Lines Matching refs:p_mark

273     YYLTYPE  *p_mark;
430 data->p_mark = newps + i;
547 yystack.p_mark = yystack.p_base;
674 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
675 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
754 *++yystack.p_mark = yylloc;
780 *++yystack.p_mark = yylloc;
828 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
829 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
844 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
845 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
879 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
880 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
924 *++yystack.p_mark = yyloc;
938 yyerror_loc_range[0] = *yystack.p_mark;
946 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
955 --yystack.p_mark;
1024 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
1027 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1101 yystack.p_mark -= yym;
1123 *++yystack.p_mark = yyloc;
1216 *++yystack.p_mark = yyloc;
1252 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1253 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));