Home
last modified time | relevance | path

Searched refs:mch_copy_file_attribute (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dos_win32.pro66 int mch_copy_file_attribute(char_u *from, char_u *to);
/vim-8.2.3635/src/
H A Dbufwrite.c1505 (void)mch_copy_file_attribute(fname, backup); in buf_write()
1919 (void)mch_copy_file_attribute(backup, wfname); in buf_write()
1924 (void)mch_copy_file_attribute(buf->b_ffname, wfname); in buf_write()
H A Dundo.c1803 (void)mch_copy_file_attribute(buf->b_ffname, file_name); in u_write_undo()
H A Dos_win32.c7473 mch_copy_file_attribute(char_u *from, char_u *to) in mch_copy_file_attribute() function
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt335 mch_copy_file_attribute(), that seems unnecessary. (#7925)