Searched refs:ESC (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dgetkey.c69 if ( character != ESC )
83 return ESC;
H A Dansiesc.c70 if ( c == ESC ) {
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dansiesc.h20 * The CSI consists of ESC (0x1b) followed by "[" (0x5b). The
88 #define ESC 0x1b macro
H A Dkeys.h49 #define ESC 0x1b macro
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminalConOut.c81 CHAR16 mSetModeString[] = { ESC, '[', '=', '3', 'h', 0 };
82 CHAR16 mSetAttributeString[] = { ESC, '[', '0', 'm', ESC, '[', '4', '0', 'm', ESC, '[', '4', '0', 'm', 0 };
83 CHAR16 mClearScreenString[] = { ESC, '[', '2', 'J', 0 };
84 CHAR16 mSetCursorPositionString[] = { ESC, '[', '0', '0', ';', '0', '0', 'H', 0 };
H A DTerminal.h147 #define ESC 27 macro
1105 If the ESC sequence listed in one of the columns is presented, then it is translated
1109 2 seconds are allowed for an ESC sequence to be completed. If the ESC sequence is not
1110 completed in 2 seconds, then the raw key strokes of the partial ESC sequence are
1113 This is ESC R ESC r ESC R.
1117 ESC = 0x1B
1127 | UP | 0x01 | ESC [
[all...]
H A DTerminalConIn.c1123 If the ESC sequence listed in one of the columns is presented, then it is translated
1127 2 seconds are allowed for an ESC sequence to be completed. If the ESC sequence is not
1128 completed in 2 seconds, then the raw key strokes of the partial ESC sequence are
1131 This is ESC R ESC r ESC R.
1139 ESC = 0x1B
1150 | UP | 0x01 | ESC [ A | ESC [
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/hci/tui/
H A Dlogin_ui.c111 case ESC:
H A Dmenu_ui.c236 case ESC:
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Dpxemenu.c250 } else if ( ( key == CTRL_C ) || ( key == ESC ) ) {
309 } else if ( ( key == CTRL_C ) || ( key == ESC ) ) {

Completed in 1187 milliseconds