Home
last modified time | relevance | path

Searched refs:pszOldFile (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.c6994 const char *pszOldFile, in mch_rename() argument
7001 wold = enc_to_utf16((char_u *)pszOldFile, NULL); in mch_rename()