Home
last modified time | relevance | path

Searched refs:ESC (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/phosphor-webui/app/common/directives/
H A Dvt100plus.js68 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 Dlogging.h30 #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 Dcyber.robot65 # <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 Defi_console.c53 #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 Dunicode.rst31 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 Dunicode.rst34 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 Dbaum.c45 #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 Dmkiss.c38 #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 D3270.ChangeLog4 * 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 D3270.rst271 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 Dunicode.rst25 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 Dvga-softcursor.rst15 The cursor appearance is controlled by a ``<ESC>[?1;2;3c`` escape sequence
/openbmc/u-boot/include/
H A Di8042.h70 #define ESC 0x0040 /* escape key press */ macro
/openbmc/linux/drivers/net/slip/
H A Dslip.h47 #define ESC 0333 /* indicates byte stuffing */ macro
H A Dslip.c939 *ptr++ = ESC;
942 case ESC:
943 *ptr++ = ESC;
973 case ESC:
978 s = ESC;
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dat91-wb50n.dts21 linux,code = <1>; /* ESC button */
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dmicrochip,pic32-gpio.txt45 label = "ESC";
/openbmc/linux/arch/mips/boot/dts/pic32/
H A Dpic32mzda_sk.dts56 label = "ESC";
/openbmc/u-boot/doc/device-tree-bindings/input/
H A Dcros-ec-keyb.txt36 /* N = R_ALT ESC */
/openbmc/linux/arch/arm/boot/dts/arm/
H A Dintegratorap-im-pd1.dts118 label = "ESC";
/openbmc/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt272 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 Dx86-opcode-map.txt272 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 Dimx6dl-prtvt7.dts66 label = "GPIO Key ESC";
H A Dimx6dl-prtmvt.dts98 label = "GPIO Key ESC";
/openbmc/qemu/docs/specs/
H A Dtpm.rst375 after entering the menu with 'ESC'.

12