Lines Matching refs:yyerrctx

689     YYParseState *yyerrctx = NULL;
1012 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
1015 if (yyerrctx) yyFreeState(yyerrctx);
1017 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
1018 if (yyerrctx == NULL) goto yyenomem;
1019 yyerrctx->save = yyps->save;
1020 yyerrctx->state = yystate;
1021 yyerrctx->errflag = yyerrflag;
1022 yyerrctx->yystack.s_mark = yyerrctx->yystack.s_base + (yystack.s_mark - yystack.s_base);
1023 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1024 yyerrctx->yystack.l_mark = yyerrctx->yystack.l_base + (yystack.l_mark - yystack.l_base);
1025 memcpy (yyerrctx->yystack.l_base, yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
1027 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
1028 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1030 yyerrctx->lexeme = (int) (yylvp - yylvals);
1063 yylvp = yylvals + yyerrctx->lexeme;
1065 yylpp = yylpsns + yyerrctx->lexeme;
1067 yylexp = yylexemes + yyerrctx->lexeme;
1073 yystack.s_mark = yystack.s_base + (yyerrctx->yystack.s_mark - yyerrctx->yystack.s_base);
1074 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1075 yystack.l_mark = yystack.l_base + (yyerrctx->yystack.l_mark - yyerrctx->yystack.l_base);
1076 memcpy (yystack.l_base, yyerrctx->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
1078 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
1079 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1081 yystate = yyerrctx->state;
1082 yyFreeState(yyerrctx);
1083 yyerrctx = NULL;
1434 if (yyerrctx)
1436 yyFreeState(yyerrctx);
1437 yyerrctx = NULL;
1504 if (yyerrctx)
1506 yyFreeState(yyerrctx);
1507 yyerrctx = NULL;