| /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 */
|
| /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字符集完全不同。
|
| /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字符集完全不同。
|
| /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.
|
| H 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/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 …]
|
| /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
|
| /linux/scripts/kconfig/ |
| H A D | nconf.c | 66 "Go back to parent menu <Left> <Esc> <F5>\n" 67 "Close a help window <Enter> <Esc> <F5>\n" 69 "Close entry window, forget <Esc> <F5>\n" 76 "Exit menu search mode </> <Esc>\n" 102 "Press any of <Enter> <Esc> <q> <F5> <F9> to exit.\n" 145 "Exit a submenu to its parent menu with <Esc> or <Left>.\n" 149 "<Esc> always leaves the current window.\n" 162 "Exit a submenu to its parent menu with <Esc> or <Left>.\n" 166 "<Esc> always leaves the current window.\n" 179 "Press <Enter> to apply, <Esc> to cancel.", [all …]
|
| H A D | mconf.c | 67 " Shortcut: Press <ESC><ESC> or <E> or <X> if there is no hotkey\n" 68 " using those letters. You may press a single <ESC>, but\n" 115 "o Press <E>, <X>, <q>, <Enter> or <Esc><Esc> to exit.\n" 190 "Press <Esc><Esc> to exit, <?> for Help, </> for Search. " 885 "(Press <ESC><ESC> to continue kernel configuration.)", in handle_exit()
|
| /linux/Documentation/devicetree/bindings/display/bridge/ |
| H A D | nwl-dsi.yaml | 76 - description: dsi esc reset line 83 - const: esc 181 reset-names = "byte", "dpi", "esc", "pclk";
|
| /linux/scripts/kconfig/lxdialog/ |
| H A D | util.c | 511 * ncurses uses ESC to detect escaped char sequences. This resutl in 512 * a small timeout before ESC is actually delivered to the application. 513 * lxdialog suggest <ESC> <ESC> which is correctly translated to two 514 * times esc. But then we need to ignore the second esc to avoid stepping
|
| /linux/Documentation/filesystems/ |
| H A D | seq_file.rst | 242 seq_escape(struct seq_file *m, const char *s, const char *esc); 246 which is in the string esc will be represented in octal form in the output. 251 const char *esc); 253 const struct path *root, const char *esc) 255 Here, path indicates the file of interest, and esc is a set of characters
|
| /linux/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-gxbb-p200.dts | 43 button-esc { 44 label = "Esc";
|
| /linux/tools/perf/ui/browsers/ |
| H A D | map.c | 54 target, "ENTER: OK, ESC: Cancel", 0); in map_browser__search() 80 "Press ESC to exit, %s / to search", in map_browser__run()
|
| /linux/arch/sparc/include/asm/ |
| H A D | dma.h | 27 #define DMA_ESCV1 0x40000000 /* DMA ESC Version 1 */ 54 #define DMA_ADD_ENABLE 0x00040000 /* Special ESC DVMA optimization */
|
| /linux/Documentation/arch/sparc/ |
| H A D | console.rst | 5 1. press Esc + 'B'
|
| /linux/tools/arch/x86/include/asm/ |
| H A D | inat.h | 91 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
|
| /linux/arch/x86/include/asm/ |
| H A D | inat.h | 91 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
|
| /linux/tools/perf/ui/tui/ |
| H A D | util.c | 30 if (ui_browser__show(menu, " ", "ESC: exit, ENTER|->: Select option") < 0) in popup_menu__run() 241 return ui__question_window(NULL, msg, "Enter: Yes, ESC: No", 0); in ui__dialog_yesno()
|
| /linux/lib/ |
| H A D | seq_buf.c | 306 * @esc: set of characters to escape in the output 312 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc) argument 323 char *end = mangle_path(buf, p, esc);
|
| /linux/tools/perf/ui/ |
| H A D | keysyms.c | 20 case K_ESC: name = "ESC"; break; in key_name()
|
| /linux/Documentation/devicetree/bindings/display/ |
| H A D | brcm,bcm2835-dsi0.yaml | 31 - description: The DSI ESC clock
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mp-venice-gw74xx-rpidsi.dtso | 41 samsung,esc-clock-frequency = <54000000>;
|
| H A D | imx8mm-venice-gw72xx-0x-rpidsi.dtso | 45 samsung,esc-clock-frequency = <54000000>;
|
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | at91-wb50n.dts | 21 linux,code = <1>; /* ESC button */
|