PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
static bool | check_uescapechar (unsigned char escape) |
static bool | ecpg_isspace (char ch) |
int | filtered_base_yylex (void) |
Variables | |
static bool | have_lookahead |
static int | lookahead_token |
static YYSTYPE | lookahead_yylval |
static YYLTYPE | lookahead_yylloc |
static char * | lookahead_yytext |
|
static |
Definition at line 206 of file parser.c.
References ecpg_isspace().
Referenced by filtered_base_yylex().
|
static |
Definition at line 222 of file parser.c.
Referenced by check_uescapechar().
int filtered_base_yylex | ( | void | ) |
Definition at line 56 of file parser.c.
References base_yylex(), base_yytext, check_uescapechar(), ET_ERROR, have_lookahead, lookahead_token, lookahead_yylloc, lookahead_yylval, lookahead_yytext, mmerror(), next_token(), PARSE_ERROR, psprintf(), and YYLTYPE.
|
static |
Definition at line 28 of file parser.c.
Referenced by filtered_base_yylex().
|
static |
Definition at line 29 of file parser.c.
Referenced by filtered_base_yylex().
|
static |
Definition at line 31 of file parser.c.
Referenced by filtered_base_yylex().
|
static |
Definition at line 30 of file parser.c.
Referenced by filtered_base_yylex().
|
static |
Definition at line 32 of file parser.c.
Referenced by filtered_base_yylex().