Home
last modified time | relevance | path

Searched refs:pszNewFile (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dos_win32.pro61 int mch_rename(const char *pszOldFile, const char *pszNewFile);
/vim-8.2.3635/src/
H A Dos_win32.c6995 const char *pszNewFile) in mch_rename() argument
7002 wnew = enc_to_utf16((char_u *)pszNewFile, NULL); in mch_rename()