Lines Matching refs:yyidx
206 int yyidx; /* Index of top element in stack */ member
316 pParser->yyidx = -1; in ssiexprparserAlloc()
368 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx]; in yy_pop_parser_stack()
370 if( pParser->yyidx<0 ) return 0; in yy_pop_parser_stack()
372 if( yyTraceFILE && pParser->yyidx>=0 ){ in yy_pop_parser_stack()
380 pParser->yyidx--; in yy_pop_parser_stack()
402 while( pParser->yyidx>=0 ) yy_pop_parser_stack(pParser); in ssiexprparserFree()
419 int stateno = pParser->yystack[pParser->yyidx].stateno; in yy_find_shift_action()
463 int stateno = pParser->yystack[pParser->yyidx].stateno; in yy_find_reduce_action()
490 yypParser->yyidx++; in yy_shift()
491 if( yypParser->yyidx>=YYSTACKDEPTH ){ in yy_shift()
493 yypParser->yyidx--; in yy_shift()
499 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_shift()
505 yytos = &yypParser->yystack[yypParser->yyidx]; in yy_shift()
510 if( yyTraceFILE && yypParser->yyidx>0 ){ in yy_shift()
514 for(i=1; i<=yypParser->yyidx; i++) in yy_shift()
562 yymsp = &yypParser->yystack[yypParser->yyidx]; in yy_reduce()
743 yypParser->yyidx -= yysize; in yy_reduce()
764 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_parse_failed()
802 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_accept()
841 if( yypParser->yyidx<0 ){ in ssiexprparser()
843 yypParser->yyidx = 0; in ssiexprparser()
863 if( yyendofinput && yypParser->yyidx>=0 ){ in ssiexprparser()
900 yymx = yypParser->yystack[yypParser->yyidx].major; in ssiexprparser()
912 yypParser->yyidx >= 0 && in ssiexprparser()
918 if( yypParser->yyidx < 0 || yymajor==0 ){ in ssiexprparser()
954 }while( yymajor!=YYNOCODE && yypParser->yyidx>=0 ); in ssiexprparser()