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

/freebsd-13-stable/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextIn.h37 CHAR16 UnicodeChar; member in struct:__anon9532
/freebsd-13-stable/stand/efi/libefi/
H A Defi_console.c1270 keybuf[0] = key->UnicodeChar;
1309 if (kp->UnicodeChar >= 'a' &&
1310 kp->UnicodeChar <= 'z') {
1311 kp->UnicodeChar -= 'a';
1312 kp->UnicodeChar++;
1318 * but we still can have ScanCode or UnicodeChar.
1320 if (kp->ScanCode == 0 && kp->UnicodeChar == 0)
/freebsd-13-stable/stand/efi/include/
H A Deficon.h249 CHAR16 UnicodeChar; member in struct:__anon7952
/freebsd-13-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c279 ci[actual].Char.UnicodeChar = CharOf(ch);
288 ci[actual].Char.UnicodeChar = CharOf(_nc_wacs[which]);
290 ci[actual].Char.UnicodeChar = ' ';

Completed in 123 milliseconds