Home
last modified time | relevance | path

Searched refs:mch_copy_sec (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dos_unix.pro39 void mch_copy_sec(char_u *from_file, char_u *to_file);
/vim-8.2.3635/src/
H A Dbufwrite.c1467 mch_copy_sec(fname, backup); in buf_write()
1502 mch_copy_sec(fname, backup); in buf_write()
2191 mch_copy_sec(backup, wfname); in buf_write()
H A Dmemfile.c1302 mch_copy_sec(fname, mfp->mf_fname); in mf_do_open()
H A Dos_unix.c2871 mch_copy_sec(char_u *from_file, char_u *to_file) in mch_copy_sec() function
2927 mch_copy_sec(char_u *from_file, char_u *to_file) in mch_copy_sec() function
H A Dundo.c1717 mch_copy_sec(buf->b_ffname, file_name); in u_write_undo()
H A Dfileio.c3897 mch_copy_sec(from, to); in vim_rename()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt6569 Solution: Detect the selinux library and use mch_copy_sec(). (James Vega)
H A Dversion8.txt1022 Solution: Add mch_copy_sec() to vim_rename(). (Peter Backes)