Lines Matching defs:yystate

600     int yym, yyn, yystate, yyresult;
628 yystate = 0;
640 yystate = 0;
644 if ((yyn = yydefred[yystate]) != 0) goto yyreduce;
704 YYDEBUGSTR, yydepth, yystate, yychar, yys);
718 if (((yyn = yycindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
729 YYDEBUGSTR, yydepth, yystate);
736 if (save->state != yystate) YYABORT;
748 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
758 save->state = yystate;
829 YYDEBUGSTR, yydepth, yystate, yyctable[ctry]);
841 yystate = yyctable[ctry];
842 *++yystack.s_mark = (short) yystate;
858 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
864 YYDEBUGSTR, yydepth, yystate, yytable[yyn]);
867 yystate = yytable[yyn];
877 if (((yyn = yyrindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
900 YYDEBUGSTR, yydepth, yystate, yyps->save->state,
912 yyerrctx->state = yystate;
939 yystate = save->state;
973 yystate = yyerrctx->state;
1008 yystate = yytable[yyn];
1059 YYDEBUGSTR, yydepth, yystate, yychar, yys);
1082 YYDEBUGSTR, yydepth, yystate, yyn, yyrule[yyn]);
1185 yystate = *yystack.s_mark;
1191 if (yystate == 0 && yym == 0)
1206 yystate = YYFINAL;
1281 if (((yyn = yygindex[yym]) != 0) && (yyn += yystate) >= 0 &&
1282 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
1283 yystate = yytable[yyn];
1285 yystate = yydgoto[yym];
1294 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1296 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1300 *++yystack.s_mark = (short) yystate;
1321 YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme));
1342 yystate = yypath->state;