Lines Matching refs:p_mark

292     YYLTYPE  *p_mark;
425 data->p_mark = newps + i;
542 yystack.p_mark = yystack.p_base;
669 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
670 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
749 *++yystack.p_mark = yylloc;
775 *++yystack.p_mark = yylloc;
823 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
824 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
839 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
840 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
874 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
875 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
919 *++yystack.p_mark = yyloc;
933 yyerror_loc_range[0] = *yystack.p_mark;
941 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
950 --yystack.p_mark;
1019 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
1022 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1035 yystack.p_mark -= yym;
1057 *++yystack.p_mark = yyloc;
1150 *++yystack.p_mark = yyloc;
1186 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1187 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));