Home
last modified time | relevance | path

Searched full:esc (Results 1 – 25 of 689) sorted by relevance

12345678910>>...28

/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dslip_common.h13 #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 …]
/OK3568_Linux_fs/u-boot/cmd/
H A Dbootmenu.c82 enum bootmenu_key *key, int *esc) in bootmenu_autoboot_loop() argument
104 *esc = 1; in bootmenu_autoboot_loop()
133 enum bootmenu_key *key, int *esc) in bootmenu_loop() argument
144 switch (*esc) { in bootmenu_loop()
148 *esc = 1; in bootmenu_loop()
155 *esc = 2; in bootmenu_loop()
158 *esc = 0; in bootmenu_loop()
164 if (*esc == 2 && c == '1') { in bootmenu_loop()
165 *esc = 3; in bootmenu_loop()
170 *esc = 0; in bootmenu_loop()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/slip/
H A Dslip.h45 #define ESC 0333 /* indicates byte stuffing */ macro
46 #define ESC_END 0334 /* ESC ESC_END means END 'data' */
47 #define ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */
79 #define SLF_ESCAPE 1 /* ESC received */
/OK3568_Linux_fs/buildroot/support/kconfig/patches/
H A D01-kconfig-kernel-to-buildroot.patch32 "Press <Esc><Esc> to exit, <?> for Help, </> for Search. "
42 - "(Press <ESC><ESC> to continue kernel configuration.)"),
43 + "(Press <ESC><ESC> to continue Buildroot configuration.)"),
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/
H A D0001-telnet-telnetd-Fix-print-format-strings.patch34 - fprintf(NetTrace, "\" ESC " + noquote);
35 + fprintf(NetTrace, "%s", "\" ESC " + noquote);
59 - netoprintf("\" ESC " + noquote);
60 + netoprintf("%s", "\" ESC " + noquote);
/OK3568_Linux_fs/kernel/fs/
H A Dseq_file.c365 * @esc: set of characters that need escaping
368 * @esc with usual octal escape.
371 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() argument
377 ret = string_escape_str(s, buf, size, ESCAPE_OCTAL, esc); in seq_escape()
422 * @esc: set of characters that need escaping
425 * @esc with usual octal escape.
429 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path() argument
435 } else if (!strchr(esc, c)) { in mangle_path()
454 * @esc: set of characters to escape in the output
459 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() argument
[all …]
/OK3568_Linux_fs/kernel/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'
/OK3568_Linux_fs/kernel/Documentation/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.
/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A Dmkiss.c38 #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 …]
/OK3568_Linux_fs/u-boot/lib/
H A Dslre.c245 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()
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_console.c48 #define ESC "\x1b" macro
209 printf(ESC"[18t"); in efi_cout_query_mode()
292 printf(ESC"[2J"); in efi_cout_clear_screen()
303 printf(ESC"[%d;%df", (int)row, (int)column); in efi_cout_set_cursor_position()
316 printf(ESC"[?25%c", enable ? 'h' : 'l'); in efi_cout_enable_cursor()
367 case cESC: /* ESC */ in efi_cin_read_key_stroke()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dunicode.rst26 LAT1_MAP Latin-1 (ISO 8859-1) ESC ( B
27 GRAF_MAP DEC VT100 pseudographics ESC ( 0
28 IBMPC_MAP IBM code page 437 ESC ( U
29 USER_MAP User defined ESC ( K
32 In particular, ESC ( U is no longer "straight to font", since the font
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dtty3270.c1329 * Esc [ 0 K Erase from current position to end of line inclusive
1330 * Esc [ 1 K Erase from beginning of line to current position inclusive
1331 * Esc [ 2 K Erase entire line (without moving cursor)
1359 * Esc [ 0 J Erase from current position to bottom of screen inclusive
1360 * Esc [ 1 J Erase from top of screen to current position inclusive
1361 * Esc [ 2 J Erase entire screen (without moving the cursor)
1391 * Esc [ <attr> ; <attr> ; ... m
1469 * Esc 7 Save Cursor Position
1470 * Esc 8 Restore Cursor Position
1471 * Esc [ Pn ; Pn ; .. m Set attributes
[all …]
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dnconf.c62 "Go back to parent menu <Left> <Esc> <F5>\n"
63 "Close a help window <Enter> <Esc> <F5>\n"
65 "Close entry window, forget <Esc> <F5>\n"
72 "Exit menu search mode </> <Esc>\n"
98 "Press any of <Enter> <Esc> <q> <F5> <F9> to exit.\n"
141 "Exit a submenu to its parent menu with <Esc> or <Left>.\n"
145 "<Esc> always leaves the current window.\n"
158 "Exit a submenu to its parent menu with <Esc> or <Left>.\n"
162 "<Esc> always leaves the current window.\n"
175 "Press <Enter> to apply, <Esc> to cancel."),
[all …]
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dnconf.c62 "Go back to parent menu <Left> <Esc> <F5>\n"
63 "Close a help window <Enter> <Esc> <F5>\n"
65 "Close entry window, forget <Esc> <F5>\n"
72 "Exit menu search mode </> <Esc>\n"
98 "Press any of <Enter> <Esc> <q> <F5> <F9> to exit.\n"
141 "Exit a submenu to its parent menu with <Esc> or <Left>.\n"
145 "<Esc> always leaves the current window.\n"
158 "Exit a submenu to its parent menu with <Esc> or <Left>.\n"
162 "<Esc> always leaves the current window.\n"
175 "Press <Enter> to apply, <Esc> to cancel.",
[all …]
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dnconf.c62 "Go back to parent menu <Left> <Esc> <F5>\n"
63 "Close a help window <Enter> <Esc> <F5>\n"
65 "Close entry window, forget <Esc> <F5>\n"
72 "Exit menu search mode </> <Esc>\n"
98 "Press any of <Enter> <Esc> <q> <F5> <F9> to exit.\n"
141 "Exit a submenu to its parent menu with <Esc> or <Left>.\n"
145 "<Esc> always leaves the current window.\n"
158 "Exit a submenu to its parent menu with <Esc> or <Left>.\n"
162 "<Esc> always leaves the current window.\n"
175 "Press <Enter> to apply, <Esc> to cancel."),
[all …]
/OK3568_Linux_fs/u-boot/configs/
H A Dsmartweb_defconfig23 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc><Esc>\" to stop\n"
H A Detamin_defconfig30 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc><Esc>\" to stop\n"
H A Ddraco_defconfig30 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc><Esc>\" to stop\n"
H A Dthuban_defconfig30 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc><Esc>\" to stop\n"
H A Drastaban_defconfig30 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc><Esc>\" to stop\n"
H A Drut_defconfig34 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc><Esc>\" to stop\n"
H A Dpxm2_defconfig33 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc><Esc>\" to stop\n"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/bridge/
H A Dnwl-dsi.yaml76 - description: dsi esc reset line
83 - const: esc
192 reset-names = "byte", "dpi", "esc", "pclk";
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/less/less/
H A DCVE-2022-46663.patch19 /* Hyperlink ends with \7 or ESC-backslash. */
26 pansi->prev_esc = (ch == ESC);

12345678910>>...28