Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
DynaPrompt Struct Reference

Data Fields

char dynamicPrompt [PROMPT_LEN_MAX]
char acAwait [2]
int inParenLevel
char * zScannerAwaits

Detailed Description

Definition at line 912 of file shell.c.

Field Documentation

◆ acAwait

char DynaPrompt::acAwait[2]

Definition at line 914 of file shell.c.

Referenced by setLexemeOpen().

◆ dynamicPrompt

char DynaPrompt::dynamicPrompt[PROMPT_LEN_MAX]

Definition at line 913 of file shell.c.

Referenced by dynamicContinuePrompt().

◆ inParenLevel

int DynaPrompt::inParenLevel

Definition at line 915 of file shell.c.

Referenced by dynamicContinuePrompt(), and trackParenLevel().

◆ zScannerAwaits

char* DynaPrompt::zScannerAwaits

Definition at line 916 of file shell.c.

Referenced by dynamicContinuePrompt(), setLexemeOpen(), and trackParenLevel().


The documentation for this struct was generated from the following file: