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

Lines Matching defs:yystate

661     int yym, yyn, yystate, yyresult;
694 yystate = 0;
706 yystate = 0;
710 if ((yyn = yydefred[yystate]) != 0) goto yyreduce;
769 YYDEBUGSTR, yydepth, yystate, yychar, yys);
783 if (((yyn = yycindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
794 YYDEBUGSTR, yydepth, yystate);
801 if (save->state != yystate) YYABORT;
813 fprintf(stderr, "%s[%d]: CONFLICT in state %d. ", YYDEBUGSTR, yydepth, yystate);
823 save->state = yystate;
894 YYDEBUGSTR, yydepth, yystate, yyctable[ctry]);
906 yystate = yyctable[ctry];
907 *++yystack.s_mark = (YYINT) yystate;
923 if (((yyn = yysindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
929 YYDEBUGSTR, yydepth, yystate, yytable[yyn]);
932 yystate = yytable[yyn];
942 if (((yyn = yyrindex[yystate]) != 0) && (yyn += yychar) >= 0 &&
959 yystate = *yystack.s_mark;
974 YYDEBUGSTR, yydepth, yystate, yyps->save->state,
986 yyerrctx->state = yystate;
1013 yystate = save->state;
1047 yystate = yyerrctx->state;
1082 yystate = yytable[yyn];
1133 YYDEBUGSTR, yydepth, yystate, yychar, yys);
1156 YYDEBUGSTR, yydepth, yystate, yyn, yyrule[yyn]);
1263 yystate = *yystack.s_mark;
1269 if (yystate == 0 && yym == 0)
1284 yystate = YYFINAL;
1358 if (((yyn = yygindex[yym]) != 0) && (yyn += yystate) >= 0 &&
1359 yyn <= YYTABLESIZE && yycheck[yyn] == (YYINT) yystate)
1360 yystate = yytable[yyn];
1362 yystate = yydgoto[yym];
1371 fprintf(stderr, "result is <%s>, ", YYSTYPE_TOSTRING(yystos[yystate], yyval));
1373 fprintf(stderr, "shifting from state %d to state %d\n", *yystack.s_mark, yystate);
1377 *++yystack.s_mark = (YYINT) yystate;
1398 YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme));
1419 yystate = yypath->state;