|
Sqlite3 3.50.2
Light weight SQL DB
|
Data Fields | |
| char | dynamicPrompt [PROMPT_LEN_MAX] |
| char | acAwait [2] |
| int | inParenLevel |
| char * | zScannerAwaits |
| char DynaPrompt::acAwait[2] |
Definition at line 914 of file shell.c.
Referenced by setLexemeOpen().
| char DynaPrompt::dynamicPrompt[PROMPT_LEN_MAX] |
Definition at line 913 of file shell.c.
Referenced by dynamicContinuePrompt().
| int DynaPrompt::inParenLevel |
Definition at line 915 of file shell.c.
Referenced by dynamicContinuePrompt(), and trackParenLevel().
| char* DynaPrompt::zScannerAwaits |
Definition at line 916 of file shell.c.
Referenced by dynamicContinuePrompt(), setLexemeOpen(), and trackParenLevel().