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

/macosx-10.9.5/vim-53/src/proto/
H A Dmemfile.pro4 void mf_close __ARGS((memfile_T *mfp, int del_file));
/macosx-10.9.5/vim-53/src/
H A Dmemfile.c97 * mf_close() close (and delete) a memfile
244 mf_close(mfp, del_file) function
H A Dmemline.c425 mf_close(mfp, TRUE); /* will also free(mfp->mf_fname) */
817 mf_close(buf->b_ml.ml_mfp, del_file); /* close the .swp file */
1686 mf_close(mfp, (vim_strchr(p_cpo, CPO_PRESERVE) != NULL)); /* will also vim_free(mfp->mf_fname) */

Completed in 77 milliseconds