Lines Matching refs:yyidx
155 int yyidx; /* Index of top element in stack */
242 pParser->yyidx = -1;
279 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx];
281 if( pParser->yyidx<0 ) return 0;
283 if( yyTraceFILE && pParser->yyidx>=0 ){
291 pParser->yyidx--;
313 while( pParser->yyidx>=0 ) yy_pop_parser_stack(pParser);
330 int stateno = pParser->yystack[pParser->yyidx].stateno;
332 /* if( pParser->yyidx<0 ) return YY_NO_ACTION; */
374 int stateno = pParser->yystack[pParser->yyidx].stateno;
401 yypParser->yyidx++;
402 if( yypParser->yyidx>=YYSTACKDEPTH ){
404 yypParser->yyidx--;
410 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
417 yytos = &yypParser->yystack[yypParser->yyidx];
422 if( yyTraceFILE && yypParser->yyidx>0 ){
426 for(i=1; i<=yypParser->yyidx; i++)
459 yymsp = &yypParser->yystack[yypParser->yyidx];
481 yypParser->yyidx -= yysize;
502 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
535 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
575 if( yypParser->yyidx<0 ){
577 yypParser->yyidx = 0;
597 if( yyendofinput && yypParser->yyidx>=0 ){
634 yymx = yypParser->yystack[yypParser->yyidx].major;
646 yypParser->yyidx >= 0 &&
652 if( yypParser->yyidx < 0 || yymajor==0 ){
688 }while( yymajor!=YYNOCODE && yypParser->yyidx>=0 );