Lines Matching refs:p_mark

151     YYLTYPE  *p_mark;
288 data->p_mark = newps + i;
405 yystack.p_mark = yystack.p_base;
532 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
533 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
612 *++yystack.p_mark = yylloc;
638 *++yystack.p_mark = yylloc;
686 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
687 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
702 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
703 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
737 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
738 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
782 *++yystack.p_mark = yyloc;
796 yyerror_loc_range[0] = *yystack.p_mark;
804 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
813 --yystack.p_mark;
882 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
885 yyerror_loc_range[0] = yystack.p_mark[1-yym];
898 yystack.p_mark -= yym;
920 *++yystack.p_mark = yyloc;
1013 *++yystack.p_mark = yyloc;
1049 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1050 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));