Lines Matching refs:yyerrctx

653     YYParseState *yyerrctx = NULL;
967 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
970 if (yyerrctx) yyFreeState(yyerrctx);
972 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
973 if (yyerrctx == NULL) goto yyenomem;
974 yyerrctx->save = yyps->save;
975 yyerrctx->state = yystate;
976 yyerrctx->errflag = yyerrflag;
977 yyerrctx->yystack.s_mark = yyerrctx->yystack.s_base + (yystack.s_mark - yystack.s_base);
978 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
979 yyerrctx->yystack.l_mark = yyerrctx->yystack.l_base + (yystack.l_mark - yystack.l_base);
980 memcpy (yyerrctx->yystack.l_base, yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
982 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
983 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
985 yyerrctx->lexeme = (int) (yylvp - yylvals);
1018 yylvp = yylvals + yyerrctx->lexeme;
1020 yylpp = yylpsns + yyerrctx->lexeme;
1022 yylexp = yylexemes + yyerrctx->lexeme;
1028 yystack.s_mark = yystack.s_base + (yyerrctx->yystack.s_mark - yyerrctx->yystack.s_base);
1029 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1030 yystack.l_mark = yystack.l_base + (yyerrctx->yystack.l_mark - yyerrctx->yystack.l_base);
1031 memcpy (yystack.l_base, yyerrctx->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
1033 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
1034 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1036 yystate = yyerrctx->state;
1037 yyFreeState(yyerrctx);
1038 yyerrctx = NULL;
1378 if (yyerrctx)
1380 yyFreeState(yyerrctx);
1381 yyerrctx = NULL;
1448 if (yyerrctx)
1450 yyFreeState(yyerrctx);
1451 yyerrctx = NULL;