Searched refs:UnicodeChar (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextIn.h37 CHAR16 UnicodeChar; member in struct:__anon9450
/freebsd-current/stand/efi/libefi/
H A Defi_console.c1296 keybuf[0] = key->UnicodeChar;
1335 if (kp->UnicodeChar >= 'a' &&
1336 kp->UnicodeChar <= 'z') {
1337 kp->UnicodeChar -= 'a';
1338 kp->UnicodeChar++;
1344 * but we still can have ScanCode or UnicodeChar.
1346 if (kp->ScanCode == 0 && kp->UnicodeChar == 0)
/freebsd-current/stand/efi/include/
H A Deficon.h248 CHAR16 UnicodeChar; member in struct:__anon5
/freebsd-current/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c188 ci[actual].Char.UnicodeChar = CharOf(ch);
197 ci[actual].Char.UnicodeChar = CharOf(_nc_wacs[which]);
199 ci[actual].Char.UnicodeChar = ' ';
H A Dwin_driver.c277 ci[actual].Char.UnicodeChar = CharOf(ch);
286 ci[actual].Char.UnicodeChar = CharOf(_nc_wacs[which]);
288 ci[actual].Char.UnicodeChar = ' ';
/freebsd-current/contrib/less/
H A Dscreen.c2858 (ip.Event.KeyEvent.wVirtualScanCode == 0 && ip.Event.KeyEvent.uChar.UnicodeChar == 0) ||
2859 ((ip.Event.KeyEvent.dwControlKeyState & (RIGHT_ALT_PRESSED|LEFT_CTRL_PRESSED)) == (RIGHT_ALT_PRESSED|LEFT_CTRL_PRESSED) && ip.Event.KeyEvent.uChar.UnicodeChar == 0) ||
2865 currentKey.unicode = ip.Event.KeyEvent.uChar.UnicodeChar;

Completed in 184 milliseconds