Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmemfile.c180 mfp->mf_blocknr_max = 0; // no file or empty file in mf_open()
182 mfp->mf_blocknr_max = (blocknr_T)((size + mfp->mf_page_size - 1) in mf_open()
186 mfp->mf_infile_count = mfp->mf_blocknr_max; in mf_open()
385 hp->bh_bnum = mfp->mf_blocknr_max; in mf_new()
386 mfp->mf_blocknr_max += page_count; in mf_new()
415 if (nr >= mfp->mf_blocknr_max || nr <= mfp->mf_blocknr_min) in mf_get()
1149 new_bnum = mfp->mf_blocknr_max; in mf_trans_add()
1150 mfp->mf_blocknr_max += page_count; in mf_trans_add()
H A Dmemline.c1369 mfp->mf_blocknr_max = 0; // no file or empty file in ml_recover()
1371 mfp->mf_blocknr_max = (blocknr_T)(size / mfp->mf_page_size); in ml_recover()
1372 mfp->mf_infile_count = mfp->mf_blocknr_max; in ml_recover()
H A Dstructs.h698 blocknr_T mf_blocknr_max; // highest positive block number + 1 member
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt6577 Vim might think the swap file is empty, because mf_blocknr_max is