Lines Matching refs:last_line
682 linenr_T last_line; // Last line in file after adding new text in do_move() local
743 last_line = curbuf->b_ml.ml_line_count; in do_move()
744 mark_adjust_nofold(line1, line2, last_line - line2, 0L); in do_move()
777 mark_adjust_nofold(last_line - num_lines + 1, last_line, in do_move()
778 -(last_line - dest - extra), 0L); in do_move()
804 last_line = curbuf->b_ml.ml_line_count; in do_move()
805 if (dest > last_line + 1) in do_move()
806 dest = last_line + 1; in do_move()
3698 linenr_T last_line= 0; // below last changed line AFTER the in ex_substitute() local
4583 last_line = lnum + 1; in ex_substitute()
4688 last_line = lnum + 1; in ex_substitute()
4736 changed_lines(first_line, 0, last_line - i, i); in ex_substitute()