Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c245 # define UChar UnicodeChar macro
247 # define UChar uChar.UnicodeChar macro
309 && ir->Event.KeyEvent.UChar == 0 in is_ambiwidth_event()
320 down->Event.KeyEvent.UChar = up->Event.KeyEvent.UChar; in make_ambiwidth_event()
1008 pker->UChar = (WCHAR) awAnsiCode[1]; in win32_kbd_patch_key()
1013 if (pker->UChar != 0) in win32_kbd_patch_key()
1036 pker->UChar = (WCHAR) awAnsiCode[0]; in win32_kbd_patch_key()
1078 if ((nModifs & CTRL) != 0 && (nModifs & ~CTRL) == 0 && pker->UChar == NUL) in decode_key_event()
1140 *pch = (i > 0) ? pker->UChar : NUL; in decode_key_event()
1686 if (ir.Event.KeyEvent.UChar == 0 in WaitForChar()