Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmemfile.c186 mfp->mf_infile_count = mfp->mf_blocknr_max; in mf_open()
424 if (nr < 0 || nr >= mfp->mf_infile_count) // can't be in the file in mf_get()
551 && hp->bh_bnum < mfp->mf_infile_count))) in mf_sync()
1003 if (nr > mfp->mf_infile_count) // beyond end of file in mf_write()
1005 nr = mfp->mf_infile_count; in mf_write()
1059 if (nr + (blocknr_T)page_count > mfp->mf_infile_count) in mf_write()
1060 mfp->mf_infile_count = nr + page_count; in mf_write()
H A Dmemline.c527 if (mfp->mf_infile_count > 2) in ml_set_crypt_key()
1372 mfp->mf_infile_count = mfp->mf_blocknr_max; in ml_recover()
H A Dstructs.h701 blocknr_T mf_infile_count; // number of pages in the file member