Home
last modified time | relevance | path

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

12345678910>>...17

/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/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/buildroot/support/kconfig/patches/
H A D01-kconfig-kernel-to-buildroot.patch42 - "(Press <ESC><ESC> to continue kernel configuration.)"),
43 + "(Press <ESC><ESC> to continue Buildroot configuration.)"),
/OK3568_Linux_fs/kernel/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()
/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()
/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/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);
/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/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/
HDJIS_C6229-1984-B-ADD.gz1<code_set_name> JIS_C6229-1984-B-ADD 2<comment_char> % 3<escape_char ...
HDJIS_C6229-1984-HAND-ADD.gz1<code_set_name> JIS_C6229-1984-HAND-ADD 2<comment_char> % 3<escape_char ...
HDJIS_C6229-1984-KANA.gz1<code_set_name> JIS_C6229-1984-KANA 2<comment_char> % 3<escape_char> / ...
HDJIS_C6229-1984-A.gz1<code_set_name> JIS_C6229-1984-A 2<comment_char> % 3<escape_char> / ...
HDJIS_C6229-1984-HAND.gz
HDJIS_C6220-1969-JP.gz1<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/
HDJIS_C6229-1984-HAND-ADD.gz1<code_set_name> JIS_C6229-1984-HAND-ADD 2<comment_char> % 3<escape_char ...
HDJIS_C6229-1984-B-ADD.gz1<code_set_name> JIS_C6229-1984-B-ADD 2<comment_char> % 3<escape_char ...
HDJIS_C6229-1984-HAND.gz
HDJIS_C6229-1984-KANA.gz
HDJIS_C6229-1984-A.gz1<code_set_name> JIS_C6229-1984-A 2<comment_char> % 3<escape_char> / ...
HDJIS_C6220-1969-JP.gz1<code_set_name> JIS_C6220-1969-JP 2<comment_char> % 3<escape_char> / ...
HDNATS-DANO-ADD.gz1<code_set_name> NATS-DANO-ADD 2<comment_char> % 3<escape_char> / ...
/OK3568_Linux_fs/u-boot/include/
H A Di8042.h71 #define ESC 0x0040 /* escape key press */ macro
/OK3568_Linux_fs/kernel/drivers/net/slip/
H A Dslip.h45 #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;
/OK3568_Linux_fs/buildroot/board/olpc/
H A Dreadme.txt58 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:

12345678910>>...17