Lines Matching refs:ml_line_count
614 linenr_T old_lcount = curbuf->b_ml.ml_line_count; in op_delete()
951 msgmore(curbuf->b_ml.ml_line_count - old_lcount); in op_delete()
3073 for (lnum = 1; lnum <= curbuf->b_ml.ml_line_count; ++lnum) in cursor_pos_info()
3120 if (lnum == curbuf->b_ml.ml_line_count in cursor_pos_info()
3170 (long)curbuf->b_ml.ml_line_count, in cursor_pos_info()
3179 (long)curbuf->b_ml.ml_line_count, in cursor_pos_info()
3202 (long)curbuf->b_ml.ml_line_count, in cursor_pos_info()
3210 (long)curbuf->b_ml.ml_line_count, in cursor_pos_info()
3271 else if (oap->end.lnum == curbuf->b_ml.ml_line_count) in op_colon()
3589 if (curwin->w_cursor.lnum > curbuf->b_ml.ml_line_count) in do_pending_operator()
3590 curwin->w_cursor.lnum = curbuf->b_ml.ml_line_count; in do_pending_operator()
3807 && oap->end.lnum < curbuf->b_ml.ml_line_count) in do_pending_operator()
3927 curbuf->b_ml.ml_line_count) in do_pending_operator()