Searched refs:yyerrctx (Results 26 - 39 of 39) sorted by relevance

12

/freebsd-12-stable/contrib/byacc/test/btyacc/
H A Dinherit1.tab.c549 YYParseState *yyerrctx = NULL; local
863 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
866 if (yyerrctx) yyFreeState(yyerrctx);
868 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
869 if (yyerrctx == NULL) goto yyenomem;
870 yyerrctx->save = yyps->save;
871 yyerrctx->state = yystate;
872 yyerrctx
[all...]
H A Dinherit2.tab.c604 YYParseState *yyerrctx = NULL; local
918 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
921 if (yyerrctx) yyFreeState(yyerrctx);
923 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
924 if (yyerrctx == NULL) goto yyenomem;
925 yyerrctx->save = yyps->save;
926 yyerrctx->state = yystate;
927 yyerrctx
[all...]
H A Dok_syntax1.tab.c684 YYParseState *yyerrctx = NULL; local
1007 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
1010 if (yyerrctx) yyFreeState(yyerrctx);
1012 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
1013 if (yyerrctx == NULL) goto yyenomem;
1014 yyerrctx->save = yyps->save;
1015 yyerrctx->state = yystate;
1016 yyerrctx
[all...]
H A Dpure_calc.tab.c657 YYParseState *yyerrctx = NULL; local
980 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
983 if (yyerrctx) yyFreeState(yyerrctx);
985 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
986 if (yyerrctx == NULL) goto yyenomem;
987 yyerrctx->save = yyps->save;
988 yyerrctx->state = yystate;
989 yyerrctx
[all...]
H A Dpure_error.tab.c525 YYParseState *yyerrctx = NULL; local
848 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
851 if (yyerrctx) yyFreeState(yyerrctx);
853 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
854 if (yyerrctx == NULL) goto yyenomem;
855 yyerrctx->save = yyps->save;
856 yyerrctx->state = yystate;
857 yyerrctx
[all...]
H A Dquote_calc-s.tab.c661 YYParseState *yyerrctx = NULL; local
975 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
978 if (yyerrctx) yyFreeState(yyerrctx);
980 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
981 if (yyerrctx == NULL) goto yyenomem;
982 yyerrctx->save = yyps->save;
983 yyerrctx->state = yystate;
984 yyerrctx
[all...]
H A Dquote_calc.tab.c667 YYParseState *yyerrctx = NULL; local
981 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
984 if (yyerrctx) yyFreeState(yyerrctx);
986 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
987 if (yyerrctx == NULL) goto yyenomem;
988 yyerrctx->save = yyps->save;
989 yyerrctx->state = yystate;
990 yyerrctx
[all...]
H A Dquote_calc2-s.tab.c661 YYParseState *yyerrctx = NULL; local
975 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
978 if (yyerrctx) yyFreeState(yyerrctx);
980 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
981 if (yyerrctx == NULL) goto yyenomem;
982 yyerrctx->save = yyps->save;
983 yyerrctx->state = yystate;
984 yyerrctx
[all...]
H A Dquote_calc2.tab.c667 YYParseState *yyerrctx = NULL; local
981 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
984 if (yyerrctx) yyFreeState(yyerrctx);
986 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
987 if (yyerrctx == NULL) goto yyenomem;
988 yyerrctx->save = yyps->save;
989 yyerrctx->state = yystate;
990 yyerrctx
[all...]
H A Dquote_calc3-s.tab.c662 YYParseState *yyerrctx = NULL; local
976 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
979 if (yyerrctx) yyFreeState(yyerrctx);
981 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
982 if (yyerrctx == NULL) goto yyenomem;
983 yyerrctx->save = yyps->save;
984 yyerrctx->state = yystate;
985 yyerrctx
[all...]
H A Dbtyacc_calc1.tab.c804 YYParseState *yyerrctx = NULL; local
1127 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
1130 if (yyerrctx) yyFreeState(yyerrctx);
1132 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
1133 if (yyerrctx == NULL) goto yyenomem;
1134 yyerrctx->save = yyps->save;
1135 yyerrctx->state = yystate;
1136 yyerrctx
[all...]
H A Dbtyacc_demo.tab.c1316 YYParseState *yyerrctx = NULL; local
1630 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
1633 if (yyerrctx) yyFreeState(yyerrctx);
1635 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
1636 if (yyerrctx == NULL) goto yyenomem;
1637 yyerrctx->save = yyps->save;
1638 yyerrctx->state = yystate;
1639 yyerrctx
[all...]
H A Dexpr.oxout.tab.c1929 YYParseState *yyerrctx = NULL; local
2243 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
2246 if (yyerrctx) yyFreeState(yyerrctx);
2248 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
2249 if (yyerrctx == NULL) goto yyenomem;
2250 yyerrctx->save = yyps->save;
2251 yyerrctx->state = yystate;
2252 yyerrctx
[all...]
H A Dgrammar.tab.c1482 YYParseState *yyerrctx = NULL; local
1796 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
1799 if (yyerrctx) yyFreeState(yyerrctx);
1801 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
1802 if (yyerrctx == NULL) goto yyenomem;
1803 yyerrctx->save = yyps->save;
1804 yyerrctx->state = yystate;
1805 yyerrctx
[all...]

Completed in 202 milliseconds

12