Lines Matching refs:p_mark

272     YYLTYPE  *p_mark;
409 data->p_mark = newps + i;
531 yystack.p_mark = yystack.p_base;
657 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
658 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
737 *++yystack.p_mark = yylloc;
763 *++yystack.p_mark = yylloc;
789 yystack.p_mark -= yym;
820 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
821 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
836 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
837 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
871 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
872 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
916 *++yystack.p_mark = yyloc;
930 yyerror_loc_range[1] = *yystack.p_mark;
938 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
947 --yystack.p_mark;
1016 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[-yym], yym);
1019 yyerror_loc_range[1] = yystack.p_mark[1-yym];
1032 yystack.p_mark -= yym;
1054 *++yystack.p_mark = yyloc;
1146 *++yystack.p_mark = yyloc;
1182 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1183 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));