Lines Matching defs:yystate

783     int yym, yyn, yystate, yyresult;
811 yystate = 0;
823 yystate = 0;
827 if ((yyn = yydefred[yystate]) != 0) goto yyreduce;
887 YYDEBUGSTR, yydepth, yystate, yychar, yys);
901 if (((yyn = yycindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
912 YYDEBUGSTR, yydepth, yystate);
919 if (save->state != yystate) YYABORT;
931 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
941 save->state = yystate;
1012 YYDEBUGSTR, yydepth, yystate, yyctable[ctry]);
1024 yystate = yyctable[ctry];
1025 *++yystack.s_mark = (short) yystate;
1041 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
1047 YYDEBUGSTR, yydepth, yystate, yytable[yyn]);
1050 yystate = yytable[yyn];
1060 if (((yyn = yyrindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
1083 YYDEBUGSTR, yydepth, yystate, yyps->save->state,
1095 yyerrctx->state = yystate;
1122 yystate = save->state;
1156 yystate = yyerrctx->state;
1191 yystate = yytable[yyn];
1242 YYDEBUGSTR, yydepth, yystate, yychar, yys);
1265 YYDEBUGSTR, yydepth, yystate, yyn, yyrule[yyn]);
1475 yystate = *yystack.s_mark;
1481 if (yystate == 0 && yym == 0)
1496 yystate = YYFINAL;
1571 if (((yyn = yygindex[yym]) != 0) && (yyn += yystate) >= 0 &&
1572 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
1573 yystate = yytable[yyn];
1575 yystate = yydgoto[yym];
1584 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1586 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1590 *++yystack.s_mark = (short) yystate;
1611 YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme));
1632 yystate = yypath->state;