Lines Matching refs:step
2315 long step, in undo_time() argument
2348 target = step; in undo_time()
2354 target = (long)(curbuf->b_u_time_cur) + step; in undo_time()
2357 if (step < 0) in undo_time()
2370 target = curbuf->b_u_save_nr_cur + step; in undo_time()
2373 target = curbuf->b_u_save_nr_cur + step + 1; in undo_time()
2382 target = curbuf->b_u_save_nr_cur + step; in undo_time()
2393 target = curbuf->b_u_seq_cur + step; in undo_time()
2394 if (step < 0) in undo_time()
2460 if ((step < 0 ? uhp->uh_seq <= curbuf->b_u_seq_cur in undo_time()
2463 ? (step < 0 in undo_time()
2527 semsg(_("E830: Undo number %ld not found"), step); in undo_time()
2533 if (step < 0) in undo_time()
2543 if (step < 0) in undo_time()