Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmemfile.pro7 bhdr_T *mf_new(memfile_T *mfp, int negative, int page_count);
/vim-8.2.3635/src/
H A Dmemfile.c321 mf_new(memfile_T *mfp, int negative, int page_count) in mf_new() function
H A Dmemline.c326 if ((hp = mf_new(mfp, FALSE, 1)) == NULL) in ml_open()
4076 if ((hp = mf_new(mfp, negative, page_count)) == NULL) in ml_new_data()
4097 if ((hp = mf_new(mfp, FALSE, 1)) == NULL) in ml_new_ptr()