/openbmc/phosphor-webui/app/common/directives/ |
H A D | vt100plus.js | 30 HOME key | <ESC>h 31 END key | <ESC>k 32 INSERT key | <ESC>+ 33 DELETE key | <ESC>- 34 PAGE UP key | <ESC>? 35 PAGE DOWN key | <ESC>/ 36 F1 key | <ESC>1 37 F2 key | <ESC>2 38 F3 key | <ESC>3 39 F4 key | <ESC>4 [all …]
|
/openbmc/linux/arch/um/drivers/ |
H A D | slip_common.h | 13 #define SLIP_ESC_END 0334 /* ESC ESC_END means END 'data' */ 14 #define SLIP_ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */ 17 int *esc) in slip_unesc() argument 23 *esc = 0; in slip_unesc() 28 *esc = 1; in slip_unesc() 31 if(*esc){ in slip_unesc() 32 *esc = 0; in slip_unesc() 37 if(*esc){ in slip_unesc() 38 *esc = 0; in slip_unesc() 89 int esc; member [all …]
|
/openbmc/u-boot/cmd/ |
H A D | bootmenu.c | 81 enum bootmenu_key *key, int *esc) in bootmenu_autoboot_loop() argument 103 *esc = 1; in bootmenu_autoboot_loop() 132 enum bootmenu_key *key, int *esc) in bootmenu_loop() argument 143 switch (*esc) { in bootmenu_loop() 147 *esc = 1; in bootmenu_loop() 154 *esc = 2; in bootmenu_loop() 157 *esc = 0; in bootmenu_loop() 163 if (*esc == 2 && c == '1') { in bootmenu_loop() 164 *esc = 3; in bootmenu_loop() 169 *esc = 0; in bootmenu_loop() [all …]
|
/openbmc/qemu/qga/ |
H A D | service-win32.c | 105 GString *esc; in ga_install_service() local 114 esc = g_string_new(""); in ga_install_service() 118 win_escape_arg(module_fname, esc)); in ga_install_service() 121 g_string_append_printf(cmdline, " -p %s", win_escape_arg(path, esc)); in ga_install_service() 125 win_escape_arg(logfile, esc)); in ga_install_service() 129 win_escape_arg(state_dir, esc)); in ga_install_service() 158 g_string_free(esc, TRUE); in ga_install_service()
|
/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 170 ${esc}= Evaluate chr(int(27)) 173 Run Keyword ${lib_name}.Write Bare ${esc}
|
/openbmc/linux/drivers/net/slip/ |
H A D | slip.h | 47 #define ESC 0333 /* indicates byte stuffing */ macro 48 #define ESC_END 0334 /* ESC ESC_END means END 'data' */ 49 #define ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */ 81 #define SLF_ESCAPE 1 /* ESC received */
|
/openbmc/linux/include/linux/ |
H A D | seq_file.h | 108 char *mangle_path(char *s, const char *p, const char *esc); 131 unsigned int flags, const char *esc); 134 unsigned int flags, const char *esc) in seq_escape_str() argument 136 seq_escape_mem(m, src, strlen(src), flags, esc); in seq_escape_str() 143 * @esc: set of characters that need escaping 146 * @esc with usual octal escape. 150 static inline void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() argument 152 seq_escape_str(m, s, ESCAPE_OCTAL, esc); in seq_escape() 163 const struct path *root, const char *esc);
|
/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/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.
|
/openbmc/linux/fs/ |
H A D | seq_file.c | 367 * @esc: set of characters that need escaping 370 * given class (defined by @flags and @esc) with printable escaped sequence. 375 unsigned int flags, const char *esc) in seq_escape_mem() argument 381 ret = string_escape_mem(src, len, buf, size, flags, esc); in seq_escape_mem() 433 * @esc: set of characters that need escaping 436 * @esc with usual octal escape. 440 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path() argument 446 } else if (!strchr(esc, c)) { in mangle_path() 465 * @esc: set of characters to escape in the output 470 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() argument [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/linux/drivers/auxdisplay/ |
H A D | lcd2s.c | 226 static int lcd2s_redefine_char(struct charlcd *lcd, char *esc) in lcd2s_redefine_char() argument 233 if (!strchr(esc, ';')) in lcd2s_redefine_char() 236 esc++; in lcd2s_redefine_char() 238 buf[1] = *(esc++) - '0'; in lcd2s_redefine_char() 245 while (*esc && i < LCD2S_CHARACTER_SIZE + 2) { in lcd2s_redefine_char() 249 half = hex_to_bin(*esc++); in lcd2s_redefine_char()
|
H A D | hd44780_common.c | 299 int hd44780_common_redefine_char(struct charlcd *lcd, char *esc) in hd44780_common_redefine_char() argument 317 if (!strchr(esc, ';')) in hd44780_common_redefine_char() 320 esc++; in hd44780_common_redefine_char() 322 cgaddr = *(esc++) - '0'; in hd44780_common_redefine_char() 329 while (*esc && cgoffset < 8) { in hd44780_common_redefine_char() 333 half = hex_to_bin(*esc++); in hd44780_common_redefine_char()
|
/openbmc/obmc-console/ |
H A D | console-client.c | 276 const uint8_t *esc = NULL; in main() local 302 esc = (const uint8_t *)optarg; in main() 330 if (!esc) { in main() 331 esc = (const uint8_t *)config_get_value( in main() 336 if (esc) { in main() 338 client->esc_state.str.str = esc; in main()
|
/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/drivers/net/hamradio/ |
H A D | mkiss.c | 38 #define ESC 0333 /* indicates byte stuffing */ macro 39 #define ESC_END 0334 /* ESC ESC_END means END 'data' */ 40 #define ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */ 61 #define AXF_ESCAPE 1 /* ESC received */ 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() [all …]
|
/openbmc/u-boot/lib/ |
H A D | slre.c | 245 int esc, old_data_size = r->data_size, op = ANYOF; in anyof() local 263 esc = get_escape_char(re); in anyof() 264 if ((esc & 0xff) == 0) { in anyof() 266 store_char_in_data(r, esc >> 8); in anyof() 268 store_char_in_data(r, esc); in anyof() 323 int op, esc, branch_start, last_op, fixup, cap_no, level; in compile() local 352 esc = get_escape_char(re); in compile() 353 if (esc & 0xff00) in compile() 354 emit(r, esc >> 8); in compile() 356 exact_one_char(r, esc); in compile()
|
/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
|
/openbmc/u-boot/configs/ |
H A D | smartweb_defconfig | 24 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc><Esc>\" to stop\n"
|
H A D | etamin_defconfig | 32 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc><Esc>\" to stop\n"
|
H A D | draco_defconfig | 32 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc><Esc>\" to stop\n"
|
H A D | thuban_defconfig | 32 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc><Esc>\" to stop\n"
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | nxp,imx8mq-mipi-csi2.yaml | 30 - description: esc is the Rx Escape Clock. This must be the same escape 38 - const: esc 133 clock-names = "core", "esc", "ui";
|
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | nwl-dsi.yaml | 76 - description: dsi esc reset line 83 - const: esc 165 reset-names = "byte", "dpi", "esc", "pclk";
|