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

/macosx-10.9.5/vim-53/src/
H A Dmemfile.c82 static bhdr_T *mf_alloc_bhdr __ARGS((memfile_T *, int));
377 if (hp == NULL && (hp = mf_alloc_bhdr(mfp, page_count)) == NULL)
399 if (hp == NULL && (hp = mf_alloc_bhdr(mfp, page_count)) == NULL)
461 if (hp == NULL && (hp = mf_alloc_bhdr(mfp, page_count)) == NULL)
970 mf_alloc_bhdr(mfp, page_count) function

Completed in 114 milliseconds