Lines Matching refs:p_mark

320     YYLTYPE  *p_mark;
473 data->p_mark = newps + i;
595 yystack.p_mark = yystack.p_base;
721 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
722 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
801 *++yystack.p_mark = yylloc;
827 *++yystack.p_mark = yylloc;
853 yystack.p_mark -= yym;
884 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
885 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
900 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
901 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
935 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
936 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
980 *++yystack.p_mark = yyloc;
994 yyerror_loc_range[1] = *yystack.p_mark;
1002 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
1011 --yystack.p_mark;
1080 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1083 yyerror_loc_range[1] = yystack.p_mark[1-yym];
1157 yystack.p_mark -= yym;
1179 *++yystack.p_mark = yyloc;
1271 *++yystack.p_mark = yyloc;
1307 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1308 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));