Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c1002 static WORD awAnsiCode[2]; in win32_kbd_patch_key() local
1008 pker->UChar = (WCHAR) awAnsiCode[1]; in win32_kbd_patch_key()
1019 ToUnicode(VK_SPACE, MapVirtualKey(VK_SPACE, 0), abKeystate, awAnsiCode, 2, 0); in win32_kbd_patch_key()
1033 abKeystate, awAnsiCode, 2, 0); in win32_kbd_patch_key()
1036 pker->UChar = (WCHAR) awAnsiCode[0]; in win32_kbd_patch_key()