Searched refs:open_exfile (Results 1 – 4 of 4) sorted by relevance
55 FILE *open_exfile(char_u *fname, int forceit, char *mode);
1102 fd = open_exfile(filename, TRUE, APPENDBIN); in write_session_file()1210 fd = open_exfile(fname, eap->forceit, WRITEBIN); in ex_mkrc()
8061 redir_fd = open_exfile(fname, eap->forceit, mode); in ex_redir()8247 open_exfile( in open_exfile() function
5953 8 Add ":confirm" handling in open_exfile(), for when file already exists.