Lines Matching refs:p_mark

265     YYLTYPE  *p_mark;
402 data->p_mark = newps + i;
519 yystack.p_mark = yystack.p_base;
646 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
647 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
726 *++yystack.p_mark = yylloc;
752 *++yystack.p_mark = yylloc;
800 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
801 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
816 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
817 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
851 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
852 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
896 *++yystack.p_mark = yyloc;
910 yyerror_loc_range[0] = *yystack.p_mark;
918 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
927 --yystack.p_mark;
996 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
999 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1012 yystack.p_mark -= yym;
1034 *++yystack.p_mark = yyloc;
1127 *++yystack.p_mark = yyloc;
1163 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1164 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));