Lines Matching refs:p_mark

329     YYLTYPE  *p_mark;
444 data->p_mark = newps + i;
561 yystack.p_mark = yystack.p_base;
688 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
689 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
768 *++yystack.p_mark = yylloc;
794 *++yystack.p_mark = yylloc;
842 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
843 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
858 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
859 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
893 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
894 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
938 *++yystack.p_mark = yyloc;
952 yyerror_loc_range[0] = *yystack.p_mark;
960 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
969 --yystack.p_mark;
1038 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
1041 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1099 yystack.p_mark -= yym;
1121 *++yystack.p_mark = yyloc;
1214 *++yystack.p_mark = yyloc;
1250 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1251 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));