Home
last modified time | relevance | path

Searched refs:yyStackEntry (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/tool/
H A Dlempar.c194 struct yyStackEntry { struct
201 typedef struct yyStackEntry yyStackEntry; typedef
217 yyStackEntry *yystack; /* The parser's stack */
218 yyStackEntry yystk0; /* First stack entry */
220 yyStackEntry yystack[YYSTACKDEPTH]; /* The parser's stack */
221 yyStackEntry *yystackEnd; /* Last entry in the stack */
284 yyStackEntry *pNew; in yyGrowStack()
410 yyStackEntry *yytos; in yy_pop_parser_stack()
649 yyStackEntry *yytos; in yy_shift()
715 yyStackEntry *yymsp; /* The top of the parser's stack */ in yy_reduce()
[all …]