Lines Matching refs:p_mark

296     YYLTYPE  *p_mark;
429 data->p_mark = newps + i;
546 yystack.p_mark = yystack.p_base;
673 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
674 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
753 *++yystack.p_mark = yylloc;
779 *++yystack.p_mark = yylloc;
827 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
828 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
843 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
844 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
878 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
879 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
923 *++yystack.p_mark = yyloc;
937 yyerror_loc_range[0] = *yystack.p_mark;
945 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
954 --yystack.p_mark;
1023 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
1026 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1044 yystack.p_mark -= yym;
1066 *++yystack.p_mark = yyloc;
1159 *++yystack.p_mark = yyloc;
1195 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1196 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));