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

Lines Matching defs:yystate

550     int yym, yyn, yystate, yyresult;
583 yystate = 0;
595 yystate = 0;
599 if ((yyn = yydefred[yystate]) != 0) goto yyreduce;
658 YYDEBUGSTR, yydepth, yystate, yychar, yys);
672 if (((yyn = yycindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
683 YYDEBUGSTR, yydepth, yystate);
690 if (save->state != yystate) YYABORT;
702 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
712 save->state = yystate;
783 YYDEBUGSTR, yydepth, yystate, yyctable[ctry]);
795 yystate = yyctable[ctry];
796 *++yystack.s_mark = (YYINT) yystate;
812 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
818 YYDEBUGSTR, yydepth, yystate, yytable[yyn]);
821 yystate = yytable[yyn];
831 if (((yyn = yyrindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
848 yystate = *yystack.s_mark;
863 YYDEBUGSTR, yydepth, yystate, yyps->save->state,
875 yyerrctx->state = yystate;
902 yystate = save->state;
936 yystate = yyerrctx->state;
971 yystate = yytable[yyn];
1022 YYDEBUGSTR, yydepth, yystate, yychar, yys);
1045 YYDEBUGSTR, yydepth, yystate, yyn, yyrule[yyn]);
1152 yystate = *yystack.s_mark;
1158 if (yystate == 0 && yym == 0)
1173 yystate = YYFINAL;
1247 if (((yyn = yygindex[yym]) != 0) && (yyn += yystate) >= 0 &&
1248 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
1249 yystate = yytable[yyn];
1251 yystate = yydgoto[yym];
1260 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1262 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1266 *++yystack.s_mark = (YYINT) yystate;
1287 YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme));
1308 yystate = yypath->state;