Lines Matching defs:yystate

662     int yym, yyn, yystate, yyresult;
690 yystate = 0;
702 yystate = 0;
706 if ((yyn = yydefred[yystate]) != 0) goto yyreduce;
766 YYDEBUGSTR, yydepth, yystate, yychar, yys);
780 if (((yyn = yycindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
791 YYDEBUGSTR, yydepth, yystate);
798 if (save->state != yystate) YYABORT;
810 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
820 save->state = yystate;
891 YYDEBUGSTR, yydepth, yystate, yyctable[ctry]);
903 yystate = yyctable[ctry];
904 *++yystack.s_mark = (short) yystate;
920 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
926 YYDEBUGSTR, yydepth, yystate, yytable[yyn]);
929 yystate = yytable[yyn];
939 if (((yyn = yyrindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
962 YYDEBUGSTR, yydepth, yystate, yyps->save->state,
974 yyerrctx->state = yystate;
1001 yystate = save->state;
1035 yystate = yyerrctx->state;
1070 yystate = yytable[yyn];
1121 YYDEBUGSTR, yydepth, yystate, yychar, yys);
1144 YYDEBUGSTR, yydepth, yystate, yyn, yyrule[yyn]);
1251 yystate = *yystack.s_mark;
1257 if (yystate == 0 && yym == 0)
1272 yystate = YYFINAL;
1347 if (((yyn = yygindex[yym]) != 0) && (yyn += yystate) >= 0 &&
1348 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
1349 yystate = yytable[yyn];
1351 yystate = yydgoto[yym];
1360 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1362 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1366 *++yystack.s_mark = (short) yystate;
1387 YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme));
1408 yystate = yypath->state;