Lines Matching refs:p_mark

291     YYLTYPE  *p_mark;
424 data->p_mark = newps + i;
541 yystack.p_mark = yystack.p_base;
668 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
669 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
748 *++yystack.p_mark = yylloc;
774 *++yystack.p_mark = yylloc;
822 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
823 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
838 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
839 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
873 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
874 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
918 *++yystack.p_mark = yyloc;
932 yyerror_loc_range[0] = *yystack.p_mark;
940 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
949 --yystack.p_mark;
1018 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
1021 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1039 yystack.p_mark -= yym;
1061 *++yystack.p_mark = yyloc;
1154 *++yystack.p_mark = yyloc;
1190 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1191 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));