Home
last modified time | relevance | path

Searched refs:nr_lines (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dregister.c1553 long nr_lines = 0; in do_put() local
1692 ++nr_lines; in do_put()
1839 ++nr_lines; in do_put()
1939 changed_lines(lnum, 0, curwin->w_cursor.lnum, nr_lines); in do_put()
2140 ++nr_lines; in do_put()
2184 if (curbuf->b_op_start.lnum + (y_type == MCHAR) - 1 + nr_lines in do_put()
2191 (linenr_T)MAXLNUM, nr_lines, 0L); in do_put()
2196 curwin->w_cursor.lnum + 1, nr_lines); in do_put()
2199 curbuf->b_op_start.lnum, nr_lines); in do_put()
2249 msgmore(nr_lines); in do_put()