Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c3078 WCHAR wszHostName[256 + 1]; in mch_get_host_name() local
3079 DWORD wcch = ARRAY_LENGTH(wszHostName); in mch_get_host_name()
3081 if (GetComputerNameW(wszHostName, &wcch)) in mch_get_host_name()
3083 char_u *p = utf16_to_enc(wszHostName, NULL); in mch_get_host_name()