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

Lines Matching defs:yystate

1316     int yym, yyn, yystate, yyresult;
1349 yystate = 0;
1361 yystate = 0;
1365 if ((yyn = yydefred[yystate]) != 0) goto yyreduce;
1424 YYDEBUGSTR, yydepth, yystate, yychar, yys);
1438 if (((yyn = yycindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
1449 YYDEBUGSTR, yydepth, yystate);
1456 if (save->state != yystate) YYABORT;
1468 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
1478 save->state = yystate;
1549 YYDEBUGSTR, yydepth, yystate, yyctable[ctry]);
1561 yystate = yyctable[ctry];
1562 *++yystack.s_mark = (YYINT) yystate;
1578 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
1584 YYDEBUGSTR, yydepth, yystate, yytable[yyn]);
1587 yystate = yytable[yyn];
1597 if (((yyn = yyrindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
1614 yystate = *yystack.s_mark;
1629 YYDEBUGSTR, yydepth, yystate, yyps->save->state,
1641 yyerrctx->state = yystate;
1668 yystate = save->state;
1702 yystate = yyerrctx->state;
1737 yystate = yytable[yyn];
1788 YYDEBUGSTR, yydepth, yystate, yychar, yys);
1811 YYDEBUGSTR, yydepth, yystate, yyn, yyrule[yyn]);
2117 yystate = *yystack.s_mark;
2123 if (yystate == 0 && yym == 0)
2138 yystate = YYFINAL;
2212 if (((yyn = yygindex[yym]) != 0) && (yyn += yystate) >= 0 &&
2213 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
2214 yystate = yytable[yyn];
2216 yystate = yydgoto[yym];
2225 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
2227 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
2231 *++yystack.s_mark = (YYINT) yystate;
2252 YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme));
2273 yystate = yypath->state;