Searched refs:uChar (Results 1 – 7 of 7) sorted by relevance
62 uChar ch; in dobindkey()149 ch = (uChar) in.buf[0]; in dobindkey()236 if (fp->func == map[(uChar) *(in->buf)]) { in printkey()
208 #define GETK if ((k = (uChar)*word++) == 0) break in addWordToHash()267 h->a += (uChar)ch; in addCharToHash()315 while (k = (uChar)*word++) in addWordToHash()353 while (k = (uChar)*word++) in addWordToHash()361 h->h = h->h * 0x9e4167b9 + (uChar)c; in addCharToHash()
102 typedef unsigned long uChar; typedef109 typedef unsigned short uChar; typedef118 typedef unsigned char uChar; typedef
3015 LWCHAR ch = xip->ir.Event.KeyEvent.uChar.UnicodeChar; in WIN32textout() 3091 ((xip->ir.Event.KeyEvent.dwControlKeyState & (RIGHT_ALT_PRESSED|LEFT_CTRL_PRESSED)) == (RIGHT_ALT_PRESSED|LEFT_CTRL_PRESSED) && xip->ir.Event.KeyEvent.uChar.UnicodeChar == 0) ||3092 (xip->ir.Event.KeyEvent.wVirtualScanCode == 0 && xip->ir.Event.KeyEvent.uChar.UnicodeChar == 0) ||3095 (xip->ir.Event.KeyEvent.wVirtualKeyCode == VK_MENU && xip->ir.Event.KeyEvent.uChar.UnicodeChar == 0) ||
933 inp_rec.Event.KeyEvent.uChar.AsciiChar; in _nc_console_twait()1048 *buf = (int) inp_rec.Event.KeyEvent.uChar.AsciiChar; in _nc_console_read()
217 c = inrec.Event.KeyEvent.uChar.AsciiChar; in in_read_buffered()
1580 char ch = inp_rec.Event.KeyEvent.uChar.AsciiChar; in console_twait()2131 *buf = (int) inp_rec.Event.KeyEvent.uChar.AsciiChar; in _nc_mingw_console_read()