Searched refs:yypParser (Results 1 – 1 of 1) sorted by relevance
331 yypParser->yystack = &yypParser->yystk0; in ParseInit()338 yypParser->yytos = yypParser->yystack; in ParseInit()609 while( yypParser->yytos>yypParser->yystack ) yy_pop_parser_stack(yypParser); in yyStackOverflow()652 if( (int)(yypParser->yytos - yypParser->yystack)>yypParser->yyhwm ){ in yy_shift()654 assert( yypParser->yyhwm == (int)(yypParser->yytos - yypParser->yystack) ); in yy_shift()658 if( yypParser->yytos>yypParser->yystackEnd ){ in yy_shift()664 if( yypParser->yytos>=&yypParser->yystack[yypParser->yystksz] ){ in yy_shift()769 while( yypParser->yytos>yypParser->yystack ) yy_pop_parser_stack(yypParser); in yy_parse_failed()814 assert( yypParser->yytos==yypParser->yystack ); in yy_accept()908 if( (int)(yypParser->yytos - yypParser->yystack)>yypParser->yyhwm ){ in Parse()[all …]