Lines Matching defs:yystate

367     int yym, yyn, yystate, yyresult;
395 yystate = 0;
407 yystate = 0;
411 if ((yyn = yydefred[yystate]) != 0) goto yyreduce;
471 YYDEBUGSTR, yydepth, yystate, yychar, yys);
485 if (((yyn = yycindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
496 YYDEBUGSTR, yydepth, yystate);
503 if (save->state != yystate) YYABORT;
515 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
525 save->state = yystate;
596 YYDEBUGSTR, yydepth, yystate, yyctable[ctry]);
608 yystate = yyctable[ctry];
609 *++yystack.s_mark = (short) yystate;
625 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
631 YYDEBUGSTR, yydepth, yystate, yytable[yyn]);
634 yystate = yytable[yyn];
644 if (((yyn = yyrindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
667 YYDEBUGSTR, yydepth, yystate, yyps->save->state,
679 yyerrctx->state = yystate;
706 yystate = save->state;
740 yystate = yyerrctx->state;
775 yystate = yytable[yyn];
826 YYDEBUGSTR, yydepth, yystate, yychar, yys);
849 YYDEBUGSTR, yydepth, yystate, yyn, yyrule[yyn]);
895 yystate = *yystack.s_mark;
901 if (yystate == 0 && yym == 0)
916 yystate = YYFINAL;
991 if (((yyn = yygindex[yym]) != 0) && (yyn += yystate) >= 0 &&
992 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
993 yystate = yytable[yyn];
995 yystate = yydgoto[yym];
1004 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1006 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1010 *++yystack.s_mark = (short) yystate;
1031 YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme));
1052 yystate = yypath->state;