Lines Matching refs:ml_line_count
779 linecnt = curbuf->b_ml.ml_line_count; in readfile()
1410 conv_error = curbuf->b_ml.ml_line_count in readfile()
1415 illegal_byte = curbuf->b_ml.ml_line_count in readfile()
2365 ml_delete(curbuf->b_ml.ml_line_count); in readfile()
2371 linecnt = curbuf->b_ml.ml_line_count - linecnt; in readfile()
2693 lnum = curbuf->b_ml.ml_line_count - linecnt + 1; in readfile_linenr()
3995 for (lnum = 1; lnum <= frombuf->b_ml.ml_line_count; ++lnum) in move_lines()
4011 for (lnum = curbuf->b_ml.ml_line_count; lnum > 0; --lnum) in move_lines()
4353 if (p_ur < 0 || curbuf->b_ml.ml_line_count <= p_ur) in buf_reload()
4358 saved = u_savecommon(0, curbuf->b_ml.ml_line_count + 1, 0, TRUE); in buf_reload()
4411 if (ml_delete(buf->b_ml.ml_line_count) == FAIL) in buf_reload()
4444 if (old_topline > curbuf->b_ml.ml_line_count) in buf_reload()
4445 curwin->w_topline = curbuf->b_ml.ml_line_count; in buf_reload()