• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/byacc/test/btyacc/

Lines Matching defs:yystate

788     int yym, yyn, yystate, yyresult;
821 yystate = 0;
833 yystate = 0;
837 if ((yyn = yydefred[yystate]) != 0) goto yyreduce;
896 YYDEBUGSTR, yydepth, yystate, yychar, yys);
910 if (((yyn = yycindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
921 YYDEBUGSTR, yydepth, yystate);
928 if (save->state != yystate) YYABORT;
940 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
950 save->state = yystate;
1021 YYDEBUGSTR, yydepth, yystate, yyctable[ctry]);
1033 yystate = yyctable[ctry];
1034 *++yystack.s_mark = (YYINT) yystate;
1050 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
1056 YYDEBUGSTR, yydepth, yystate, yytable[yyn]);
1059 yystate = yytable[yyn];
1069 if (((yyn = yyrindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
1086 yystate = *yystack.s_mark;
1101 YYDEBUGSTR, yydepth, yystate, yyps->save->state,
1113 yyerrctx->state = yystate;
1140 yystate = save->state;
1174 yystate = yyerrctx->state;
1209 yystate = yytable[yyn];
1260 YYDEBUGSTR, yydepth, yystate, yychar, yys);
1283 YYDEBUGSTR, yydepth, yystate, yyn, yyrule[yyn]);
1493 yystate = *yystack.s_mark;
1499 if (yystate == 0 && yym == 0)
1514 yystate = YYFINAL;
1588 if (((yyn = yygindex[yym]) != 0) && (yyn += yystate) >= 0 &&
1589 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
1590 yystate = yytable[yyn];
1592 yystate = yydgoto[yym];
1601 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1603 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1607 *++yystack.s_mark = (YYINT) yystate;
1628 YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme));
1649 yystate = yypath->state;