/openbmc/phosphor-webui/app/common/directives/ |
H A D | vt100plus.js | 68 term.handler(EscapeSequences.C0.ESC + '?'); 71 term.handler(EscapeSequences.C0.ESC + '/'); 74 term.handler(EscapeSequences.C0.ESC + 'k'); 77 term.handler(EscapeSequences.C0.ESC + 'h'); 80 term.handler(EscapeSequences.C0.ESC + '+'); 83 term.handler(EscapeSequences.C0.ESC + '-'); 86 term.handler(EscapeSequences.C0.ESC + '1'); 89 term.handler(EscapeSequences.C0.ESC + '2'); 92 term.handler(EscapeSequences.C0.ESC + '3'); 95 term.handler(EscapeSequences.C0.ESC + '4'); [all …]
|
/openbmc/linux/tools/testing/selftests/futex/include/ |
H A D | logging.h | 30 #define ESC 0x1B, '[' macro 36 #define BRIGHT_GREEN ESC, BRIGHT, ';', GREEN, ESCEND 37 #define BRIGHT_YELLOW ESC, BRIGHT, ';', YELLOW, ESCEND 38 #define BRIGHT_RED ESC, BRIGHT, ';', RED, ESCEND 39 #define RESET_COLOR ESC, '0', 'm'
|
/openbmc/openbmc-test-automation/lib/pdu/ |
H A D | cyber.robot | 65 # <ESC>- Back, <ENTER>- Select&Reflash 83 # <ESC>- Back, <ENTER>- Select&Reflash 98 # <ESC>- Back, <ENTER>- Select&Reflash 106 # <ESC>- Cancel 124 # <ESC>- Cancel 138 # <ESC>- Cancel 169 # Send ESC over telnet console and Select 4- Logout
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_console.c | 53 #define ESC "\x1b" macro 230 printf(ESC "7" /* Save cursor position */ in query_console_serial() 231 ESC "[r" /* Set scrolling region to full window */ in query_console_serial() 232 ESC "[999;999H" /* Move to bottom right corner */ in query_console_serial() 233 ESC "[6n"); /* Query cursor position */ in query_console_serial() 244 printf(ESC "8"); /* Restore cursor position */ in query_console_serial() 357 printf(ESC"[%u;%u;%um", bold, color[fg].fg, color[bg].bg); in efi_cout_set_attribute() 359 printf(ESC"[0;37;40m"); in efi_cout_set_attribute() 369 printf(ESC"[2J"); in efi_cout_clear_screen() 385 printf(ESC "[0;37;40m"); in efi_cout_reset() [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | unicode.rst | 31 LAT1_MAP Latin-1 (ISO 8859-1) ESC ( B 32 GRAF_MAP DEC VT100 pseudographics ESC ( 0 33 IBMPC_MAP IBM code page 437 ESC ( U 34 USER_MAP User defined ESC ( K 37 特别是 ESC ( U 不再是“直通字体”,因为字体可能与IBM字符集完全不同。
|
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | unicode.rst | 34 LAT1_MAP Latin-1 (ISO 8859-1) ESC ( B 35 GRAF_MAP DEC VT100 pseudographics ESC ( 0 36 IBMPC_MAP IBM code page 437 ESC ( U 37 USER_MAP User defined ESC ( K 40 特別是 ESC ( U 不再是「直通字體」,因爲字體可能與IBM字符集完全不同。
|
/openbmc/qemu/chardev/ |
H A D | baum.c | 45 #define ESC 0x1B macro 305 *cur++ = ESC; in baum_write_packet() 307 if ((*cur++ = *buf++) == ESC) in baum_write_packet() 308 *cur++ = ESC; in baum_write_packet() 357 if (*cur++ != ESC) { in baum_eat_packet() 358 while (*cur != ESC) { in baum_eat_packet() 369 if ((c = *cur++) == ESC) { \ in baum_eat_packet() 372 if (*cur++ != ESC) { \ in baum_eat_packet() 483 while (*cur++ != ESC); in baum_eat_packet()
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | mkiss.c | 38 #define ESC 0333 /* indicates byte stuffing */ macro 177 *ptr++ = ESC; in kiss_esc() 180 case ESC: in kiss_esc() 181 *ptr++ = ESC; in kiss_esc() 219 *ptr++ = ESC; in kiss_esc_crc() 222 case ESC: in kiss_esc_crc() 223 *ptr++ = ESC; in kiss_esc_crc() 316 case ESC: in kiss_unesc() 321 s = ESC; in kiss_unesc()
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | 3270.ChangeLog | 4 * In tubttybld.c, substantially revise ESC processing so that 5 ESC sequences (especially coloring ones) and the strings 44 * color support and minimal other ESC-sequence support is added.
|
H A D | 3270.rst | 271 This assigns the string ESC-k to PA3. Similarly, the string ESC-j 273 editing, ESC-k and ESC-j retrieve backward and forward history.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | unicode.rst | 25 LAT1_MAP Latin-1 (ISO 8859-1) ESC ( B 26 GRAF_MAP DEC VT100 pseudographics ESC ( 0 27 IBMPC_MAP IBM code page 437 ESC ( U 28 USER_MAP User defined ESC ( K 31 In particular, ESC ( U is no longer "straight to font", since the font
|
H A D | vga-softcursor.rst | 15 The cursor appearance is controlled by a ``<ESC>[?1;2;3c`` escape sequence
|
/openbmc/u-boot/include/ |
H A D | i8042.h | 70 #define ESC 0x0040 /* escape key press */ macro
|
/openbmc/linux/drivers/net/slip/ |
H A D | slip.h | 47 #define ESC 0333 /* indicates byte stuffing */ macro
|
H A D | slip.c | 939 *ptr++ = ESC; 942 case ESC: 943 *ptr++ = ESC; 973 case ESC: 978 s = ESC;
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | at91-wb50n.dts | 21 linux,code = <1>; /* ESC button */
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | microchip,pic32-gpio.txt | 45 label = "ESC";
|
/openbmc/linux/arch/mips/boot/dts/pic32/ |
H A D | pic32mzda_sk.dts | 56 label = "ESC";
|
/openbmc/u-boot/doc/device-tree-bindings/input/ |
H A D | cros-ec-keyb.txt | 36 /* N = R_ALT ESC */
|
/openbmc/linux/arch/arm/boot/dts/arm/ |
H A D | integratorap-im-pd1.dts | 118 label = "ESC";
|
/openbmc/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 272 d8: ESC 273 d9: ESC 274 da: ESC 275 db: ESC 276 dc: ESC 277 dd: ESC 278 de: ESC 279 df: ESC
|
/openbmc/linux/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 272 d8: ESC 273 d9: ESC 274 da: ESC 275 db: ESC 276 dc: ESC 277 dd: ESC 278 de: ESC 279 df: ESC
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6dl-prtvt7.dts | 66 label = "GPIO Key ESC";
|
H A D | imx6dl-prtmvt.dts | 98 label = "GPIO Key ESC";
|
/openbmc/qemu/docs/specs/ |
H A D | tpm.rst | 375 after entering the menu with 'ESC'.
|