Lines Matching defs:yyerrctx

676     YYParseState *yyerrctx = NULL;
990 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
993 if (yyerrctx) yyFreeState(yyerrctx);
995 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
996 if (yyerrctx == NULL) goto yyenomem;
997 yyerrctx->save = yyps->save;
998 yyerrctx->state = yystate;
999 yyerrctx->errflag = yyerrflag;
1000 yyerrctx->yystack.s_mark = yyerrctx->yystack.s_base + (yystack.s_mark - yystack.s_base);
1001 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1002 yyerrctx->yystack.l_mark = yyerrctx->yystack.l_base + (yystack.l_mark - yystack.l_base);
1003 memcpy (yyerrctx->yystack.l_base, yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
1005 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
1006 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1008 yyerrctx->lexeme = (int) (yylvp - yylvals);
1041 yylvp = yylvals + yyerrctx->lexeme;
1043 yylpp = yylpsns + yyerrctx->lexeme;
1045 yylexp = yylexemes + yyerrctx->lexeme;
1051 yystack.s_mark = yystack.s_base + (yyerrctx->yystack.s_mark - yyerrctx->yystack.s_base);
1052 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1053 yystack.l_mark = yystack.l_base + (yyerrctx->yystack.l_mark - yyerrctx->yystack.l_base);
1054 memcpy (yystack.l_base, yyerrctx->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
1056 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
1057 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1059 yystate = yyerrctx->state;
1060 yyFreeState(yyerrctx);
1061 yyerrctx = NULL;
1412 if (yyerrctx)
1414 yyFreeState(yyerrctx);
1415 yyerrctx = NULL;
1482 if (yyerrctx)
1484 yyFreeState(yyerrctx);
1485 yyerrctx = NULL;