Searched refs:CHAR_ESC (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Keyboard/VirtualKeyboardDxe/
H A DVirtualKeyboard.h50 #define CHAR_ESC 0x1b macro
/device/linaro/bootloader/edk2/StdLib/Include/sys/
H A Dtermios.h427 #define CHAR_ESC 0x001b /* Escape (ESC) character */ macro
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
H A DBiosKeyboard.h54 #define CHAR_ESC 0x1b macro
H A DBiosKeyboard.c1656 if (KeyChar == CHAR_ESC) {
1923 if (KeyData.Key.UnicodeChar == CHAR_NULL || KeyData.Key.UnicodeChar == CHAR_SCANCODE || KeyData.Key.UnicodeChar == CHAR_ESC) {
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
H A DdaConsole.c271 RetChar = CHAR_ESC;

Completed in 88 milliseconds