Lines Matching refs:yyerrctx

521     YYParseState *yyerrctx = NULL;
835 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
838 if (yyerrctx) yyFreeState(yyerrctx);
840 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
841 if (yyerrctx == NULL) goto yyenomem;
842 yyerrctx->save = yyps->save;
843 yyerrctx->state = yystate;
844 yyerrctx->errflag = yyerrflag;
845 yyerrctx->yystack.s_mark = yyerrctx->yystack.s_base + (yystack.s_mark - yystack.s_base);
846 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
847 yyerrctx->yystack.l_mark = yyerrctx->yystack.l_base + (yystack.l_mark - yystack.l_base);
848 memcpy (yyerrctx->yystack.l_base, yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
850 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
851 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
853 yyerrctx->lexeme = (int) (yylvp - yylvals);
886 yylvp = yylvals + yyerrctx->lexeme;
888 yylpp = yylpsns + yyerrctx->lexeme;
890 yylexp = yylexemes + yyerrctx->lexeme;
896 yystack.s_mark = yystack.s_base + (yyerrctx->yystack.s_mark - yyerrctx->yystack.s_base);
897 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
898 yystack.l_mark = yystack.l_base + (yyerrctx->yystack.l_mark - yyerrctx->yystack.l_base);
899 memcpy (yystack.l_base, yyerrctx->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
901 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
902 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
904 yystate = yyerrctx->state;
905 yyFreeState(yyerrctx);
906 yyerrctx = NULL;
1257 if (yyerrctx)
1259 yyFreeState(yyerrctx);
1260 yyerrctx = NULL;
1327 if (yyerrctx)
1329 yyFreeState(yyerrctx);
1330 yyerrctx = NULL;