Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmemline.c5474 #define MLCS_MINL 400 // should be half of MLCS_MAXL macro
5592 && linecnt < MLCS_MINL) in ml_updatechunk()
5607 if (linecnt + rest > MLCS_MINL) in ml_updatechunk()
5609 end_idx = idx + MLCS_MINL - linecnt - 1; in ml_updatechunk()
5610 linecnt = MLCS_MINL; in ml_updatechunk()
5646 else if (buf->b_ml.ml_chunksize[curix].mlcs_numlines >= MLCS_MINL in ml_updatechunk()
5693 <= MLCS_MINL) in ml_updatechunk()
5707 > MLCS_MINL)) in ml_updatechunk()