Lines Matching refs:yyStackEntry
194 struct yyStackEntry { struct
201 typedef struct yyStackEntry yyStackEntry; typedef
206 yyStackEntry *yytos; /* Pointer to top element of the stack */
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()
1043 yyStackEntry *i; in Parse()