Lines Matching refs:yyerrctx

656     YYParseState *yyerrctx = NULL;
970 if (yyerrctx == NULL || yyerrctx->lexeme < yylvp - yylvals)
973 if (yyerrctx) yyFreeState(yyerrctx);
975 yyerrctx = yyNewState((unsigned)(yystack.s_mark - yystack.s_base + 1));
976 if (yyerrctx == NULL) goto yyenomem;
977 yyerrctx->save = yyps->save;
978 yyerrctx->state = yystate;
979 yyerrctx->errflag = yyerrflag;
980 yyerrctx->yystack.s_mark = yyerrctx->yystack.s_base + (yystack.s_mark - yystack.s_base);
981 memcpy (yyerrctx->yystack.s_base, yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
982 yyerrctx->yystack.l_mark = yyerrctx->yystack.l_base + (yystack.l_mark - yystack.l_base);
983 memcpy (yyerrctx->yystack.l_base, yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
985 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
986 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
988 yyerrctx->lexeme = (int) (yylvp - yylvals);
1021 yylvp = yylvals + yyerrctx->lexeme;
1023 yylpp = yylpsns + yyerrctx->lexeme;
1025 yylexp = yylexemes + yyerrctx->lexeme;
1031 yystack.s_mark = yystack.s_base + (yyerrctx->yystack.s_mark - yyerrctx->yystack.s_base);
1032 memcpy (yystack.s_base, yyerrctx->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * sizeof(YYINT));
1033 yystack.l_mark = yystack.l_base + (yyerrctx->yystack.l_mark - yyerrctx->yystack.l_base);
1034 memcpy (yystack.l_base, yyerrctx->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * sizeof(YYSTYPE));
1036 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
1037 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1039 yystate = yyerrctx->state;
1040 yyFreeState(yyerrctx);
1041 yyerrctx = NULL;
1392 if (yyerrctx)
1394 yyFreeState(yyerrctx);
1395 yyerrctx = NULL;
1462 if (yyerrctx)
1464 yyFreeState(yyerrctx);
1465 yyerrctx = NULL;