Lines Matching refs:p_mark

297     YYLTYPE  *p_mark;
421 data->p_mark = newps + i;
538 yystack.p_mark = yystack.p_base;
665 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
666 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
745 *++yystack.p_mark = yylloc;
771 *++yystack.p_mark = yylloc;
819 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
820 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
835 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
836 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
870 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
871 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
915 *++yystack.p_mark = yyloc;
929 yyerror_loc_range[0] = *yystack.p_mark;
937 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
946 --yystack.p_mark;
1015 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
1018 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1031 yystack.p_mark -= yym;
1053 *++yystack.p_mark = yyloc;
1146 *++yystack.p_mark = yyloc;
1182 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1183 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));