Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dex_cmds.pro20 int check_overwrite(exarg_T *eap, buf_T *buf, char_u *fname, char_u *ffname, int other);
/vim-8.2.3635/src/
H A Dex_cmds2.c179 if (buf->b_fname != NULL && check_overwrite(&ea, buf, in dialog_changed()
212 if (buf2->b_fname != NULL && check_overwrite(&ea, buf2, in dialog_changed()
H A Dex_cmds.c1995 if (check_overwrite(eap, curbuf, fname, ffname, other) == OK) in do_write()
2097 check_overwrite( in check_overwrite() function
2276 || check_overwrite(eap, buf, buf->b_fname, buf->b_ffname, in do_wqall()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt13303 Solution: Call check_overwrite() before writing. (Christian Brabandt)