Searched refs:yystackEnd (Results 1 – 1 of 1) sorted by relevance
181211 yyStackEntry *yystackEnd; /* Last entry in the stack */ member182005 int oldSize = 1 + (int)(p->yystackEnd - p->yystack);182037 p->yystackEnd = &p->yystack[newSize-1];182067 yypParser->yystackEnd = &yypParser->yystack[YYSTACKDEPTH-1];182501 if( yytos>yypParser->yystackEnd ){182508 assert( yytos <= yypParser->yystackEnd );185182 if( yypParser->yytos>=yypParser->yystackEnd ){