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

/macosx-10.9.5/vim-53/src/
H A Dmacros.h219 /* mch_open_rw(): invoke mch_open() with third argument for user R/W. */
221 # define mch_open_rw(n, f) mch_open((n), (f), (mode_t)0600) macro
224 # define mch_open_rw(n, f) mch_open((n), (f), S_IREAD | S_IWRITE) macro
226 # define mch_open_rw(n, f) mch_open((n), (f), 0) macro
H A Dmemfile.c1378 mfp->mf_fd = mch_open_rw((char *)mfp->mf_fname, flags);
H A Dmemline.c4256 f1 = mch_open_rw((char *)fname,
4269 f2 = mch_open_rw((char *)fname2,

Completed in 213 milliseconds