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

Lines Matching defs:yystate

667     int yym, yyn, yystate, yyresult;
700 yystate = 0;
712 yystate = 0;
716 if ((yyn = yydefred[yystate]) != 0) goto yyreduce;
775 YYDEBUGSTR, yydepth, yystate, yychar, yys);
789 if (((yyn = yycindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
800 YYDEBUGSTR, yydepth, yystate);
807 if (save->state != yystate) YYABORT;
819 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
829 save->state = yystate;
900 YYDEBUGSTR, yydepth, yystate, yyctable[ctry]);
912 yystate = yyctable[ctry];
913 *++yystack.s_mark = (YYINT) yystate;
929 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
935 YYDEBUGSTR, yydepth, yystate, yytable[yyn]);
938 yystate = yytable[yyn];
948 if (((yyn = yyrindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
965 yystate = *yystack.s_mark;
980 YYDEBUGSTR, yydepth, yystate, yyps->save->state,
992 yyerrctx->state = yystate;
1019 yystate = save->state;
1053 yystate = yyerrctx->state;
1088 yystate = yytable[yyn];
1139 YYDEBUGSTR, yydepth, yystate, yychar, yys);
1162 YYDEBUGSTR, yydepth, yystate, yyn, yyrule[yyn]);
1269 yystate = *yystack.s_mark;
1275 if (yystate == 0 && yym == 0)
1290 yystate = YYFINAL;
1364 if (((yyn = yygindex[yym]) != 0) && (yyn += yystate) >= 0 &&
1365 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
1366 yystate = yytable[yyn];
1368 yystate = yydgoto[yym];
1377 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1379 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1383 *++yystack.s_mark = (YYINT) yystate;
1404 YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme));
1425 yystate = yypath->state;