Lines Matching refs:p_mark

427     YYLTYPE  *p_mark;
550 data->p_mark = newps + i;
717 yystack.p_mark = yystack.p_base;
844 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
845 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
924 *++yystack.p_mark = yylloc;
950 *++yystack.p_mark = yylloc;
998 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
999 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1014 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
1015 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1049 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
1050 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1094 *++yystack.p_mark = yyloc;
1108 yyerror_loc_range[0] = *yystack.p_mark;
1116 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
1125 --yystack.p_mark;
1194 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
1197 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1271 yystack.p_mark -= yym;
1293 *++yystack.p_mark = yyloc;
1386 *++yystack.p_mark = yyloc;
1422 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1423 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));