Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmemline.c2527 lnum = buf->b_ml.ml_locked_high + 1; in ml_preserve()
2852 --(buf->b_ml.ml_locked_high); 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()
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()
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()
[all …]
H A Dstructs.h772 linenr_T ml_locked_high; // last line in ml_locked member