Home
last modified time | relevance | path

Searched refs:CHAR_ESC (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dtermios.h427 #define CHAR_ESC 0x001b /* Escape (ESC) character */ macro
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
DBiosKeyboard.h54 #define CHAR_ESC 0x1b macro
DBiosKeyboard.c1635 if (KeyChar == CHAR_ESC) { in ConvertToEFIScanCode()
1902 … == CHAR_NULL || KeyData.Key.UnicodeChar == CHAR_SCANCODE || KeyData.Key.UnicodeChar == CHAR_ESC) { in BiosKeyboardTimerHandler()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
DdaConsole.c271 RetChar = CHAR_ESC; in da_ConRawRead()