Lines Matching refs:p_mark

299     YYLTYPE  *p_mark;
432 data->p_mark = newps + i;
549 yystack.p_mark = yystack.p_base;
676 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base);
677 memcpy (save->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
756 *++yystack.p_mark = yylloc;
782 *++yystack.p_mark = yylloc;
830 yyerrctx->yystack.p_mark = yyerrctx->yystack.p_base + (yystack.p_mark - yystack.p_base);
831 memcpy (yyerrctx->yystack.p_base, yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
846 yystack.p_mark = yystack.p_base + (save->yystack.p_mark - save->yystack.p_base);
847 memcpy (yystack.p_base, save->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
881 yystack.p_mark = yystack.p_base + (yyerrctx->yystack.p_mark - yyerrctx->yystack.p_base);
882 memcpy (yystack.p_base, yyerrctx->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));
926 *++yystack.p_mark = yyloc;
940 yyerror_loc_range[0] = *yystack.p_mark;
948 yystos[*yystack.s_mark], yystack.l_mark, yystack.p_mark);
957 --yystack.p_mark;
1026 YYLLOC_DEFAULT(yyloc, &yystack.p_mark[1-yym], yym);
1029 yyerror_loc_range[0] = yystack.p_mark[1-yym];
1042 yystack.p_mark -= yym;
1064 *++yystack.p_mark = yyloc;
1157 *++yystack.p_mark = yyloc;
1193 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base);
1194 memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * sizeof(YYLTYPE));