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

/macosx-10.9.5/vim-53/src/
H A Dmemfile.c90 static void mf_do_open __ARGS((memfile_T *, char_u *, int));
144 mf_do_open(mfp, fname, flags); /* try to open the file */
231 mf_do_open(mfp, fname, O_RDWR|O_CREAT|O_EXCL); /* try to open the file */
1330 mf_do_open(mfp, fname, flags) function

Completed in 50 milliseconds