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

/macosx-10.9.5/vim-53/src/proto/
H A Dmemfile.pro7 bhdr_T *mf_new __ARGS((memfile_T *mfp, int negative, int page_count));
/macosx-10.9.5/vim-53/src/
H A Dmemfile.c98 * mf_new() create a new block in a memfile and lock it
341 mf_new(mfp, negative, page_count) function
H A Dmemline.c335 if ((hp = mf_new(mfp, FALSE, 1)) == NULL)
3520 if ((hp = mf_new(mfp, negative, page_count)) == NULL)
3542 if ((hp = mf_new(mfp, FALSE, 1)) == NULL)

Completed in 80 milliseconds