Lines Matching refs:p_mark

293     YYLTYPE  *p_mark;
426 data->p_mark = newps + i;
543 yystack.p_mark = yystack.p_base;
670 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
671 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
750 *++yystack.p_mark = yylloc;
776 *++yystack.p_mark = yylloc;
824 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
825 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
840 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
841 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
875 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
876 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
920 *++yystack.p_mark = yyloc;
934 yyerror_loc_range[0] = *yystack.p_mark;
942 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
951 --yystack.p_mark;
1020 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
1023 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1036 yystack.p_mark -= yym;
1058 *++yystack.p_mark = yyloc;
1151 *++yystack.p_mark = yyloc;
1187 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1188 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));