Searched refs:UChar (Results 1 – 1 of 1) sorted by relevance
245 # define UChar UnicodeChar macro247 # define UChar uChar.UnicodeChar macro309 && 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()