Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_mswin.c168 int _chdrive(int drive) in _chdrive() function
695 if (_chdrive(TOLOWER_ASC(path[0]) - 'a' + 1) == 0) in mch_chdir()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt2780 Win32 version of _chdrive() didn't return correct value. (Tsindlekht)