Searched refs:old_line_count (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dops.c4410 long old_line_count = curbuf->b_ml.ml_line_count; local
4445 old_line_count = curbuf->b_ml.ml_line_count - old_line_count;
4446 msgmore(old_line_count);
4469 wp->w_old_cursor_lnum += old_line_count;
4471 wp->w_old_visual_lnum += old_line_count;
H A Dfileio.c3197 linenr_T old_line_count = buf->b_ml.ml_line_count; local
3459 if (buf->b_ml.ml_line_count != old_line_count)
3463 else if (buf->b_ml.ml_line_count > old_line_count) /* more lines */
3464 end += buf->b_ml.ml_line_count - old_line_count;
3467 end -= old_line_count - buf->b_ml.ml_line_count;
H A Dex_cmds.c4264 linenr_T old_line_count = curbuf->b_ml.ml_line_count; local
5131 i = curbuf->b_ml.ml_line_count - old_line_count;

Completed in 173 milliseconds