Searched refs:yyStackEntry (Results 1 – 1 of 1) sorted by relevance
194 struct yyStackEntry { struct201 typedef struct yyStackEntry yyStackEntry; argument217 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 …]