Home
last modified time | relevance | path

Searched refs:open_exfile (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dex_docmd.pro55 FILE *open_exfile(char_u *fname, int forceit, char *mode);
/vim-8.2.3635/src/
H A Dsession.c1102 fd = open_exfile(filename, TRUE, APPENDBIN); in write_session_file()
1210 fd = open_exfile(fname, eap->forceit, WRITEBIN); in ex_mkrc()
H A Dex_docmd.c8061 redir_fd = open_exfile(fname, eap->forceit, mode); in ex_redir()
8247 open_exfile( in open_exfile() function
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt5953 8 Add ":confirm" handling in open_exfile(), for when file already exists.