Lines Matching refs:p_mark

282     YYLTYPE  *p_mark;
439 data->p_mark = newps + i;
561 yystack.p_mark = yystack.p_base;
687 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
688 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
767 *++yystack.p_mark = yylloc;
793 *++yystack.p_mark = yylloc;
819 yystack.p_mark -= yym;
850 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
851 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
866 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
867 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
901 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
902 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
946 *++yystack.p_mark = yyloc;
960 yyerror_loc_range[1] = *yystack.p_mark;
968 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
977 --yystack.p_mark;
1046 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1049 yyerror_loc_range[1] = yystack.p_mark[1-yym];
1123 yystack.p_mark -= yym;
1145 *++yystack.p_mark = yyloc;
1237 *++yystack.p_mark = yyloc;
1273 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1274 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));