PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TokenAuxData Struct Reference

Data Fields

YYSTYPE lval
 
YYLTYPE lloc
 
int leng
 

Detailed Description

Definition at line 91 of file pl_scanner.c.

Field Documentation

◆ leng

int TokenAuxData::leng

Definition at line 95 of file pl_scanner.c.

Referenced by internal_yylex(), plpgsql_push_back_token(), and plpgsql_yylex().

◆ lloc

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().

◆ lval

YYSTYPE TokenAuxData::lval

Definition at line 93 of file pl_scanner.c.

Referenced by internal_yylex(), plpgsql_push_back_token(), and plpgsql_yylex().


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