Searched refs:mch_copy_file_attribute (Results 1 – 5 of 5) sorted by relevance
66 int mch_copy_file_attribute(char_u *from, char_u *to);
1505 (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()
1803 (void)mch_copy_file_attribute(buf->b_ffname, file_name); in u_write_undo()
7473 mch_copy_file_attribute(char_u *from, char_u *to) in mch_copy_file_attribute() function
335 mch_copy_file_attribute(), that seems unnecessary. (#7925)