PostgreSQL Source Code
git master
|
Data Fields | |
YYSTYPE | lval |
YYLTYPE | lloc |
int | leng |
Definition at line 91 of file pl_scanner.c.
int TokenAuxData::leng |
Definition at line 95 of file pl_scanner.c.
Referenced by internal_yylex(), plpgsql_push_back_token(), and plpgsql_yylex().
YYLTYPE TokenAuxData::lloc |
Definition at line 94 of file pl_scanner.c.
Referenced by internal_yylex(), plpgsql_peek2(), plpgsql_push_back_token(), and plpgsql_yylex().
YYSTYPE TokenAuxData::lval |
Definition at line 93 of file pl_scanner.c.
Referenced by internal_yylex(), plpgsql_push_back_token(), and plpgsql_yylex().