Lines Matching refs:yyStackEntry
181190 struct yyStackEntry { struct
181197 typedef struct yyStackEntry yyStackEntry; typedef
181202 yyStackEntry *yytos; /* Pointer to top element of the stack */
181211 yyStackEntry *yystackEnd; /* Last entry in the stack */
181212 yyStackEntry *yystack; /* The parser stack */
181213 yyStackEntry yystk0[YYSTACKDEPTH]; /* Initial stack space */
182008 yyStackEntry *pNew;
182233 yyStackEntry *yytos;
182255 yyStackEntry *yytos = pParser->yytos;
182492 yyStackEntry *yytos;
183374 yyStackEntry *yymsp; /* The top of the parser's stack */
185304 yyStackEntry *i;