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

Lines Matching defs:yystate

662     int yym, yyn, yystate, yyresult;
695 yystate = 0;
707 yystate = 0;
711 if ((yyn = yydefred[yystate]) != 0) goto yyreduce;
770 YYDEBUGSTR, yydepth, yystate, yychar, yys);
784 if (((yyn = yycindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
795 YYDEBUGSTR, yydepth, yystate);
802 if (save->state != yystate) YYABORT;
814 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
824 save->state = yystate;
895 YYDEBUGSTR, yydepth, yystate, yyctable[ctry]);
907 yystate = yyctable[ctry];
908 *++yystack.s_mark = (YYINT) yystate;
924 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
930 YYDEBUGSTR, yydepth, yystate, yytable[yyn]);
933 yystate = yytable[yyn];
943 if (((yyn = yyrindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
960 yystate = *yystack.s_mark;
975 YYDEBUGSTR, yydepth, yystate, yyps->save->state,
987 yyerrctx->state = yystate;
1014 yystate = save->state;
1048 yystate = yyerrctx->state;
1083 yystate = yytable[yyn];
1134 YYDEBUGSTR, yydepth, yystate, yychar, yys);
1157 YYDEBUGSTR, yydepth, yystate, yyn, yyrule[yyn]);
1264 yystate = *yystack.s_mark;
1270 if (yystate == 0 && yym == 0)
1285 yystate = YYFINAL;
1359 if (((yyn = yygindex[yym]) != 0) && (yyn += yystate) >= 0 &&
1360 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
1361 yystate = yytable[yyn];
1363 yystate = yydgoto[yym];
1372 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1374 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1378 *++yystack.s_mark = (YYINT) yystate;
1399 YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme));
1420 yystate = yypath->state;