Lines Matching refs:ml_locked_high
2527 lnum = buf->b_ml.ml_locked_high + 1; in ml_preserve()
2832 line_count = buf->b_ml.ml_locked_high - buf->b_ml.ml_locked_low; in ml_append_int()
2852 --(buf->b_ml.ml_locked_high); in ml_append_int()
2858 line_count = buf->b_ml.ml_locked_high - buf->b_ml.ml_locked_low; in ml_append_int()
2986 --(buf->b_ml.ml_locked_high); in ml_append_int()
3659 count = (long)(buf->b_ml.ml_locked_high) in ml_delete_int()
3890 lnum <= curbuf->b_ml.ml_locked_high; ++i, ++lnum) in ml_firstmarked()
3933 lnum <= curbuf->b_ml.ml_locked_high; ++i, ++lnum) in ml_clearmarked()
4003 count = buf->b_ml.ml_locked_high - buf->b_ml.ml_locked_low + 1; in ml_flush_line()
4153 && buf->b_ml.ml_locked_high >= lnum in ml_find_line()
4160 ++(buf->b_ml.ml_locked_high); in ml_find_line()
4165 --(buf->b_ml.ml_locked_high); in ml_find_line()
4231 buf->b_ml.ml_locked_high = high; in ml_find_line()
5600 count = (long)(buf->b_ml.ml_locked_high) - in ml_updatechunk()
5603 curline = buf->b_ml.ml_locked_high + 1; in ml_updatechunk()
5798 count = (long)(buf->b_ml.ml_locked_high) - in ml_find_line_or_offset()
5893 curline = buf->b_ml.ml_locked_high + 1; in ml_find_line_or_offset()