Searched refs:yystackEnd (Results 1 – 1 of 1) sorted by relevance
181466 yyStackEntry *yystackEnd; /* Last entry in the stack */ member182260 int oldSize = 1 + (int)(p->yystackEnd - p->yystack);182292 p->yystackEnd = &p->yystack[newSize-1];182322 yypParser->yystackEnd = &yypParser->yystack[YYSTACKDEPTH-1];182756 if( yytos>yypParser->yystackEnd ){182763 assert( yytos <= yypParser->yystackEnd );185437 if( yypParser->yytos>=yypParser->yystackEnd ){