Lines Matching refs:yyerrctx

491     YYParseState *yyerrctx = NULL;
805 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
808 if (yyerrctx) yyFreeState(yyerrctx);
810 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
811 if (yyerrctx == NULL) goto yyenomem;
812 yyerrctx->save = yyps->save;
813 yyerrctx->state = yystate;
814 yyerrctx->errflag = yyerrflag;
815 yyerrctx->yystack.s_mark = yyerrctx->yystack.s_base + (yystack.s_mark - yystack.s_base);
816 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
817 yyerrctx->yystack.l_mark = yyerrctx->yystack.l_base + (yystack.l_mark - yystack.l_base);
818 memcpy (yyerrctx->yystack.l_base, yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
820 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
821 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
823 yyerrctx->lexeme = (int) (yylvp - yylvals);
856 yylvp = yylvals + yyerrctx->lexeme;
858 yylpp = yylpsns + yyerrctx->lexeme;
860 yylexp = yylexemes + yyerrctx->lexeme;
866 yystack.s_mark = yystack.s_base + (yyerrctx->yystack.s_mark - yyerrctx->yystack.s_base);
867 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
868 yystack.l_mark = yystack.l_base + (yyerrctx->yystack.l_mark - yyerrctx->yystack.l_base);
869 memcpy (yystack.l_base, yyerrctx->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
871 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
872 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
874 yystate = yyerrctx->state;
875 yyFreeState(yyerrctx);
876 yyerrctx = NULL;
1166 if (yyerrctx)
1168 yyFreeState(yyerrctx);
1169 yyerrctx = NULL;
1236 if (yyerrctx)
1238 yyFreeState(yyerrctx);
1239 yyerrctx = NULL;