|
PostgreSQL Source Code git master
|
Go to the source code of this file.
Macros | |
| #define | LITBUF_INIT 1024 /* initial size of litbuf */ |
Functions | |
| static void | addlitchar (char c) |
| int | yylex (void) |
| void | spec_yyerror (const char *message) |
Variables | |
| static int | yyline = 1 |
| static char * | litbuf = NULL |
| static size_t | litbufsize = 0 |
| static size_t | litbufpos = 0 |
Definition at line 150 of file specscanner.l.
References litbuf, litbufpos, litbufsize, and pg_realloc().
Definition at line 163 of file specscanner.l.
Definition at line 62 of file specscanner.l.
Definition at line 26 of file specscanner.l.
Referenced by addlitchar().
|
static |
Definition at line 28 of file specscanner.l.
Referenced by addlitchar().
|
static |
Definition at line 27 of file specscanner.l.
Referenced by addlitchar().
|
static |
Definition at line 23 of file specscanner.l.
Referenced by spec_yyerror().