Searched refs:mf_do_open (Results 1 – 1 of 1) sorted by relevance
83 static void mf_do_open(memfile_T *, char_u *, int);141 mf_do_open(mfp, fname, flags); // try to open the file in mf_open()223 mf_do_open(mfp, fname, O_RDWR|O_CREAT|O_EXCL); // try to open the file in mf_open_file()1234 mf_do_open( in mf_do_open() function