Lines Matching refs:p_mark

404     YYLTYPE  *p_mark;
527 data->p_mark = newps + i;
694 yystack.p_mark = yystack.p_base;
821 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
822 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
901 *++yystack.p_mark = yylloc;
927 *++yystack.p_mark = yylloc;
975 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
976 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
991 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
992 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1026 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
1027 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
1071 *++yystack.p_mark = yyloc;
1085 yyerror_loc_range[0] = *yystack.p_mark;
1093 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
1102 --yystack.p_mark;
1171 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
1174 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1248 yystack.p_mark -= yym;
1270 *++yystack.p_mark = yyloc;
1363 *++yystack.p_mark = yyloc;
1399 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1400 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));