Searched refs:ESC (Results 1 – 22 of 22) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/futex/include/ |
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'
|
/linux-6.3-rc2/Documentation/translations/zh_CN/admin-guide/ |
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字符集完全不同。
|
/linux-6.3-rc2/Documentation/translations/zh_TW/admin-guide/ |
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字符集完全不同。
|
/linux-6.3-rc2/drivers/net/hamradio/ |
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()
|
/linux-6.3-rc2/Documentation/s390/ |
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.
|
A D | 3270.rst | 271 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.
|
/linux-6.3-rc2/Documentation/admin-guide/ |
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
|
A D | vga-softcursor.rst | 15 The cursor appearance is controlled by a ``<ESC>[?1;2;3c`` escape sequence
|
/linux-6.3-rc2/drivers/net/slip/ |
A D | slip.h | 47 #define ESC 0333 /* indicates byte stuffing */ macro
|
A D | slip.c | 939 *ptr++ = ESC; 942 case ESC: 943 *ptr++ = ESC; 973 case ESC: 978 s = ESC;
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | at91-wb50n.dts | 21 linux,code = <1>; /* ESC button */
|
A D | integratorap-im-pd1.dts | 118 label = "ESC";
|
A D | imx6dl-prtvt7.dts | 66 label = "GPIO Key ESC";
|
A D | imx6dl-prtmvt.dts | 98 label = "GPIO Key ESC";
|
/linux-6.3-rc2/Documentation/devicetree/bindings/gpio/ |
A D | microchip,pic32-gpio.txt | 45 label = "ESC";
|
A D | gpio_oxnas.txt | 43 label = "ESC";
|
/linux-6.3-rc2/Documentation/devicetree/bindings/display/ |
A D | brcm,bcm2835-dsi0.yaml | 31 - description: The DSI ESC clock
|
/linux-6.3-rc2/arch/mips/boot/dts/pic32/ |
A D | pic32mzda_sk.dts | 56 label = "ESC";
|
/linux-6.3-rc2/Documentation/devicetree/bindings/input/ |
A D | google,cros-ec-keyb.yaml | 98 /* N = R_ALT ESC */
|
/linux-6.3-rc2/arch/x86/lib/ |
A D | x86-opcode-map.txt | 272 d8: ESC 273 d9: ESC 274 da: ESC 275 db: ESC 276 dc: ESC 277 dd: ESC 278 de: ESC 279 df: ESC
|
/linux-6.3-rc2/tools/arch/x86/lib/ |
A D | x86-opcode-map.txt | 272 d8: ESC 273 d9: ESC 274 da: ESC 275 db: ESC 276 dc: ESC 277 dd: ESC 278 de: ESC 279 df: ESC
|
/linux-6.3-rc2/drivers/eisa/ |
A D | eisa.ids | 422 DEC1021 "Digital EISA SCSI Controller (ESC-1)"
|
Completed in 32 milliseconds