Lines Matching defs:yystate

657     int yym, yyn, yystate, yyresult;
685 yystate = 0;
697 yystate = 0;
701 if ((yyn = yydefred[yystate]) != 0) goto yyreduce;
761 YYDEBUGSTR, yydepth, yystate, yychar, yys);
775 if (((yyn = yycindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
786 YYDEBUGSTR, yydepth, yystate);
793 if (save->state != yystate) YYABORT;
805 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
815 save->state = yystate;
886 YYDEBUGSTR, yydepth, yystate, yyctable[ctry]);
898 yystate = yyctable[ctry];
899 *++yystack.s_mark = (short) yystate;
915 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
921 YYDEBUGSTR, yydepth, yystate, yytable[yyn]);
924 yystate = yytable[yyn];
934 if (((yyn = yyrindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
957 YYDEBUGSTR, yydepth, yystate, yyps->save->state,
969 yyerrctx->state = yystate;
996 yystate = save->state;
1030 yystate = yyerrctx->state;
1065 yystate = yytable[yyn];
1116 YYDEBUGSTR, yydepth, yystate, yychar, yys);
1139 YYDEBUGSTR, yydepth, yystate, yyn, yyrule[yyn]);
1246 yystate = *yystack.s_mark;
1252 if (yystate == 0 && yym == 0)
1267 yystate = YYFINAL;
1342 if (((yyn = yygindex[yym]) != 0) && (yyn += yystate) >= 0 &&
1343 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
1344 yystate = yytable[yyn];
1346 yystate = yydgoto[yym];
1355 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1357 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1361 *++yystack.s_mark = (short) yystate;
1382 YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme));
1403 yystate = yypath->state;