Searched refs:yyidx (Results 1 – 1 of 1) sorted by relevance
155 int yyidx; /* Index of top element in stack */ member242 pParser->yyidx = -1; in ParseAlloc()279 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx]; in yy_pop_parser_stack()281 if( pParser->yyidx<0 ) return 0; in yy_pop_parser_stack()283 if( yyTraceFILE && pParser->yyidx>=0 ){ in yy_pop_parser_stack()291 pParser->yyidx--; in yy_pop_parser_stack()313 while( pParser->yyidx>=0 ) yy_pop_parser_stack(pParser); in ParseFree()330 int stateno = pParser->yystack[pParser->yyidx].stateno; in yy_find_shift_action()374 int stateno = pParser->yystack[pParser->yyidx].stateno; in yy_find_reduce_action()401 yypParser->yyidx++; in yy_shift()[all …]