Lines Matching defs:yyerrctx

792     YYParseState *yyerrctx = NULL;
1106 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
1109 if (yyerrctx) yyFreeState(yyerrctx);
1111 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
1112 if (yyerrctx == NULL) goto yyenomem;
1113 yyerrctx->save = yyps->save;
1114 yyerrctx->state = yystate;
1115 yyerrctx->errflag = yyerrflag;
1116 yyerrctx->yystack.s_mark = yyerrctx->yystack.s_base + (yystack.s_mark - yystack.s_base);
1117 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1118 yyerrctx->yystack.l_mark = yyerrctx->yystack.l_base + (yystack.l_mark - yystack.l_base);
1119 memcpy (yyerrctx->yystack.l_base, yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
1121 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
1122 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1124 yyerrctx->lexeme = (int) (yylvp - yylvals);
1157 yylvp = yylvals + yyerrctx->lexeme;
1159 yylpp = yylpsns + yyerrctx->lexeme;
1161 yylexp = yylexemes + yyerrctx->lexeme;
1167 yystack.s_mark = yystack.s_base + (yyerrctx->yystack.s_mark - yyerrctx->yystack.s_base);
1168 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1169 yystack.l_mark = yystack.l_base + (yyerrctx->yystack.l_mark - yyerrctx->yystack.l_base);
1170 memcpy (yystack.l_base, yyerrctx->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
1172 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
1173 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1175 yystate = yyerrctx->state;
1176 yyFreeState(yyerrctx);
1177 yyerrctx = NULL;
1631 if (yyerrctx)
1633 yyFreeState(yyerrctx);
1634 yyerrctx = NULL;
1701 if (yyerrctx)
1703 yyFreeState(yyerrctx);
1704 yyerrctx = NULL;