| /OK3568_Linux_fs/kernel/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'
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/ |
| H A D | 0001-telnet-telnetd-Fix-print-format-strings.patch | 34 - fprintf(NetTrace, "\" ESC " + noquote); 35 + fprintf(NetTrace, "%s", "\" ESC " + noquote); 59 - netoprintf("\" ESC " + noquote); 60 + netoprintf("%s", "\" ESC " + noquote);
|
| /OK3568_Linux_fs/buildroot/support/kconfig/patches/ |
| H A D | 01-kconfig-kernel-to-buildroot.patch | 42 - "(Press <ESC><ESC> to continue kernel configuration.)"), 43 + "(Press <ESC><ESC> to continue Buildroot configuration.)"),
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_console.c | 48 #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()
|
| /OK3568_Linux_fs/kernel/Documentation/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.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/less/less/ |
| H A D | CVE-2022-46663.patch | 19 /* Hyperlink ends with \7 or ESC-backslash. */ 26 pansi->prev_esc = (ch == ESC);
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | unicode.rst | 26 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/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/ |
| HD | JIS_C6229-1984-B-ADD.gz | 1<code_set_name> JIS_C6229-1984-B-ADD
2<comment_char> %
3<escape_char ... |
| HD | JIS_C6229-1984-HAND-ADD.gz | 1<code_set_name> JIS_C6229-1984-HAND-ADD
2<comment_char> %
3<escape_char ... |
| HD | JIS_C6229-1984-KANA.gz | 1<code_set_name> JIS_C6229-1984-KANA
2<comment_char> %
3<escape_char> /
... |
| HD | JIS_C6229-1984-A.gz | 1<code_set_name> JIS_C6229-1984-A
2<comment_char> %
3<escape_char> /
... |
| HD | JIS_C6229-1984-HAND.gz | |
| HD | JIS_C6220-1969-JP.gz | 1<code_set_name> JIS_C6220-1969-JP
2<comment_char> %
3<escape_char> /
... |
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/ |
| HD | JIS_C6229-1984-HAND-ADD.gz | 1<code_set_name> JIS_C6229-1984-HAND-ADD
2<comment_char> %
3<escape_char ... |
| HD | JIS_C6229-1984-B-ADD.gz | 1<code_set_name> JIS_C6229-1984-B-ADD
2<comment_char> %
3<escape_char ... |
| HD | JIS_C6229-1984-HAND.gz | |
| HD | JIS_C6229-1984-KANA.gz | |
| HD | JIS_C6229-1984-A.gz | 1<code_set_name> JIS_C6229-1984-A
2<comment_char> %
3<escape_char> /
... |
| HD | JIS_C6220-1969-JP.gz | 1<code_set_name> JIS_C6220-1969-JP
2<comment_char> %
3<escape_char> /
... |
| HD | NATS-DANO-ADD.gz | 1<code_set_name> NATS-DANO-ADD
2<comment_char> %
3<escape_char> /
... |
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | i8042.h | 71 #define ESC 0x0040 /* escape key press */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/slip/ |
| H A D | slip.h | 45 #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;
|
| /OK3568_Linux_fs/buildroot/board/olpc/ |
| H A D | readme.txt | 58 Firmware prompt by pressing ESC during the early boot (needs an unlocked 88 Open Firmware port by pressing the ESC key and run the following:
|