Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmemfile.pro8 bhdr_T *mf_get(memfile_T *mfp, blocknr_T nr, int page_count);
/vim-8.2.3635/src/
H A Dmemline.c553 if ((hp = mf_get(mfp, (blocknr_T)bnum, page_count)) == NULL) in ml_set_crypt_key()
949 hp = mf_get(mfp, (blocknr_T)0, 1); in ml_upd_block0()
1288 if ((hp = mf_get(mfp, (blocknr_T)0, 1)) == NULL) in ml_recover()
1513 if ((hp = mf_get(mfp, (blocknr_T)bnum, page_count)) == NULL) in ml_recover()
3111 if ((hp = mf_get(mfp, ip->ip_bnum, 1)) == NULL) in ml_append_int()
3710 if ((hp = mf_get(mfp, ip->ip_bnum, 1)) == NULL) in ml_delete_int()
4215 if ((hp = mf_get(mfp, bnum, page_count)) == NULL) in ml_find_line()
4376 if ((hp = mf_get(mfp, ip->ip_bnum, 1)) == NULL) in ml_lineadd()
H A Dmemfile.c411 mf_get(memfile_T *mfp, blocknr_T nr, int page_count) in mf_get() function