Lines Matching refs:p_mark

287     YYLTYPE  *p_mark;
420 data->p_mark = newps + i;
537 yystack.p_mark = yystack.p_base;
664 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
665 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
744 *++yystack.p_mark = yylloc;
770 *++yystack.p_mark = yylloc;
818 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
819 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
834 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
835 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
869 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
870 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
914 *++yystack.p_mark = yyloc;
928 yyerror_loc_range[0] = *yystack.p_mark;
936 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
945 --yystack.p_mark;
1014 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
1017 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1030 yystack.p_mark -= yym;
1052 *++yystack.p_mark = yyloc;
1145 *++yystack.p_mark = yyloc;
1181 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1182 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));