Lines Matching refs:p_mark

350     YYLTYPE  *p_mark;
465 data->p_mark = newps + i;
582 yystack.p_mark = yystack.p_base;
709 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
710 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
789 *++yystack.p_mark = yylloc;
815 *++yystack.p_mark = yylloc;
863 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
864 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
879 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
880 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
914 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
915 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
959 *++yystack.p_mark = yyloc;
973 yyerror_loc_range[0] = *yystack.p_mark;
981 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
990 --yystack.p_mark;
1059 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
1062 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1124 yystack.p_mark -= yym;
1146 *++yystack.p_mark = yyloc;
1239 *++yystack.p_mark = yyloc;
1275 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1276 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));