Lines Matching refs:yyerrctx

661     YYParseState *yyerrctx = NULL;
975 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
978 if (yyerrctx) yyFreeState(yyerrctx);
980 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
981 if (yyerrctx == NULL) goto yyenomem;
982 yyerrctx->save = yyps->save;
983 yyerrctx->state = yystate;
984 yyerrctx->errflag = yyerrflag;
985 yyerrctx->yystack.s_mark = yyerrctx->yystack.s_base + (yystack.s_mark - yystack.s_base);
986 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
987 yyerrctx->yystack.l_mark = yyerrctx->yystack.l_base + (yystack.l_mark - yystack.l_base);
988 memcpy (yyerrctx->yystack.l_base, yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
990 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
991 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
993 yyerrctx->lexeme = (int) (yylvp - yylvals);
1026 yylvp = yylvals + yyerrctx->lexeme;
1028 yylpp = yylpsns + yyerrctx->lexeme;
1030 yylexp = yylexemes + yyerrctx->lexeme;
1036 yystack.s_mark = yystack.s_base + (yyerrctx->yystack.s_mark - yyerrctx->yystack.s_base);
1037 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1038 yystack.l_mark = yystack.l_base + (yyerrctx->yystack.l_mark - yyerrctx->yystack.l_base);
1039 memcpy (yystack.l_base, yyerrctx->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
1041 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
1042 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1044 yystate = yyerrctx->state;
1045 yyFreeState(yyerrctx);
1046 yyerrctx = NULL;
1397 if (yyerrctx)
1399 yyFreeState(yyerrctx);
1400 yyerrctx = NULL;
1467 if (yyerrctx)
1469 yyFreeState(yyerrctx);
1470 yyerrctx = NULL;