Searched refs:check_overwrite (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | ex_cmds.pro | 20 int check_overwrite(exarg_T *eap, buf_T *buf, char_u *fname, char_u *ffname, int other);
|
| /vim-8.2.3635/src/ |
| H A D | ex_cmds2.c | 179 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 D | ex_cmds.c | 1995 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 D | version7.txt | 13303 Solution: Call check_overwrite() before writing. (Christian Brabandt)
|