Home
last modified time | relevance | path

Searched full:escape (Results 1 – 25 of 207) sorted by relevance

123456789

/Linux-v6.6/tools/scripts/
Dutilities.mak8 # nl-escape
10 # Usage: escape = $(call nl-escape[,escape])
16 nl-escape = $(if $(1),$(1),m822df3020w6a44id34bt574ctac44eb9f4n)
18 # escape-nl
20 # Usage: escaped-text = $(call escape-nl,text[,escape])
32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
36 # Usage: text = $(call unescape-nl,escaped-text[,escape])
38 # See escape-nl.
40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))
42 # shell-escape-nl
[all …]
/Linux-v6.6/tools/arch/x86/tools/
Dgen-insn-attr-x86.awk21 eid = -1 # escape id
130 # escape opcode table
134 eid = escape[ref]
141 # AVX/escape opcode table
269 if ("escape" == $2) {
275 if (ref in escape)
276 semantic_error("Redefine escape (" ref ")")
277 escape[ref] = geid
279 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")"
321 # check coprocessor escape : TODO
[all …]
/Linux-v6.6/arch/x86/tools/
Dgen-insn-attr-x86.awk21 eid = -1 # escape id
130 # escape opcode table
134 eid = escape[ref]
141 # AVX/escape opcode table
269 if ("escape" == $2) {
275 if (ref in escape)
276 semantic_error("Redefine escape (" ref ")")
277 escape[ref] = geid
279 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")"
321 # check coprocessor escape : TODO
[all …]
/Linux-v6.6/drivers/input/joystick/
Dspaceball.c54 int escape; member
132 * and end in 0x0d. It uses '^' as an escape for CR, XOFF and XON characters which
145 spaceball->escape = 0; in spaceball_interrupt()
148 if (!spaceball->escape) { in spaceball_interrupt()
149 spaceball->escape = 1; in spaceball_interrupt()
152 spaceball->escape = 0; in spaceball_interrupt()
157 if (spaceball->escape) { in spaceball_interrupt()
158 spaceball->escape = 0; in spaceball_interrupt()
163 if (spaceball->escape) in spaceball_interrupt()
164 spaceball->escape = 0; in spaceball_interrupt()
/Linux-v6.6/tools/include/nolibc/
Dstdio.h219 char escape, lpref, c; in vfprintf() local
226 written = ofs = escape = lpref = 0; in vfprintf()
230 if (escape) { in vfprintf()
231 /* we're in an escape sequence, ofs == 1 */ in vfprintf()
232 escape = 0; in vfprintf()
287 /* long format prefix, maintain the escape */ in vfprintf()
290 escape = 1; in vfprintf()
297 /* not an escape sequence */ in vfprintf()
299 /* flush pending data on escape or end */ in vfprintf()
300 escape = 1; in vfprintf()
/Linux-v6.6/tools/testing/selftests/tc-testing/
DTdcResults.py110 from xml.sax.saxutils import escape
114 xunit += '\t\t<testcase classname=\"{}\" '.format(escape(t.test_id))
115 xunit += 'name=\"{}\">\n'.format(escape(t.test_name))
121 xunit += '\t{}\n'.format(escape(step))
122 xunit += 'FAILURE: {}\n'.format(escape(t.failmsg))
125 xunit += '\t\t\t<error>\n{}\n'.format(escape(t.errormsg))
/Linux-v6.6/drivers/auxdisplay/
Dcharlcd.c27 #define LCD_ESCAPE_LEN 24 /* Max chars for LCD escape command */
28 #define LCD_ESCAPE_CHAR 27 /* Use char 27 for escape command */
42 /* Current escape sequence and it's length or -1 if outside */
369 /* first, we'll test if we're in escape mode */ in charlcd_write_char()
375 /* aborts any previous escape sequence */ in charlcd_write_char()
380 /* start of an escape sequence */ in charlcd_write_char()
432 * now we'll see if we're in an escape mode and if the current in charlcd_write_char()
433 * escape sequence can be understood. in charlcd_write_char()
454 /* LCD special escape codes */ in charlcd_write_char()
456 * flush the escape sequence if it's been processed in charlcd_write_char()
[all …]
/Linux-v6.6/drivers/input/serio/
Dps2mult.c42 bool escape; member
243 if (psm->escape) { in ps2mult_interrupt()
244 psm->escape = false; in ps2mult_interrupt()
253 dev_dbg(&serio->dev, "ESCAPE\n"); in ps2mult_interrupt()
254 psm->escape = true; in ps2mult_interrupt()
/Linux-v6.6/kernel/debug/kdb/
Dkdb_io.c52 * kdb_handle_escape() - validity check on an accumulated escape sequence.
53 * @buf: Accumulated escape characters to be examined. Note that buf
56 * @sz: Number of accumulated escape characters.
58 * Return: -1 if the escape sequence is unwanted, 0 if it is incomplete,
114 * most of the work done in this function is dealing with escape sequences.
116 * An escape key could be the start of a vt100 control sequence such as \e[D
120 * (interrupts are off), by multiple input sources. Escape sequence processing
123 * Return: The key pressed or a control code derived from an escape sequence.
129 char buf[4]; /* longest vt100 escape sequence is 4 bytes */ in kdb_getchar()
167 * input source) we set ourselves up to handle an escape in kdb_getchar()
[all …]
/Linux-v6.6/scripts/kconfig/tests/preprocess/escape/
DKconfig16 # No need to escape '$' itself.
22 # You need a trick to escape '$' followed by '('
D__init__.py3 Escape sequence tests.
/Linux-v6.6/drivers/tty/vt/
Ddefkeymap.map15 keycode 1 = Escape Escape
24 control keycode 4 = Escape
68 control keycode 26 = Escape
/Linux-v6.6/Documentation/devicetree/bindings/display/
Dbrcm,bcm2835-dsi0.yaml37 - const: escape
79 clock-names = "phy", "escape", "pixel";
/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c62 struct vmw_escape_header escape; member
77 fill_escape(&cmd->escape, sizeof(cmd->flush)); in fill_flush()
100 struct vmw_escape_header escape; in vmw_overlay_send_put() member
128 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1)); in vmw_overlay_send_put()
182 struct vmw_escape_header escape; in vmw_overlay_send_stop() member
201 fill_escape(&cmds->escape, sizeof(cmds->body)); in vmw_overlay_send_stop()
/Linux-v6.6/drivers/acpi/acpica/
Dutstring.c25 * DESCRIPTION: Dump an ASCII string with support for ACPI-defined escape
41 /* Escape sequences */ in acpi_ut_print_string()
88 /* Check for printable character or hex escape */ in acpi_ut_print_string()
/Linux-v6.6/Documentation/devicetree/bindings/media/
Dnxp,imx8mq-mipi-csi2.yaml30 - description: esc is the Rx Escape Clock. This must be the same escape
/Linux-v6.6/tools/perf/util/
Ddemangle-rust.c24 * The following escape sequences are used:
211 pr_err("demangle-rust: unexpected escape sequence"); in rust_demangle_sym()
218 * character is an escape sequence, ignore the in rust_demangle_sym()
/Linux-v6.6/Documentation/devicetree/bindings/display/bridge/
Dnwl-dsi.yaml43 - description: RX_ESC clock (used in escape mode)
44 - description: TX_ESC clock (used in escape mode)
/Linux-v6.6/arch/x86/include/asm/
Demulate_prefix.h6 * Virt escape sequences to trigger instruction emulation;
/Linux-v6.6/tools/arch/x86/include/asm/
Demulate_prefix.h6 * Virt escape sequences to trigger instruction emulation;
/Linux-v6.6/rust/
Dbindgen_parameters14 # commit 2aed6b021680 ("context: Escape the try keyword properly").
/Linux-v6.6/Documentation/sphinx/
Dmaintainers_include.py89 # Escape the escapes in preformatted text.
126 # readability and to escape any escapes.
/Linux-v6.6/drivers/s390/char/
Dsclp_rw.c163 * processing of a message including escape characters,
176 * parse msg for escape sequences (\t,\v ...) and put formated in sclp_write()
277 default: /* no escape character */ in sclp_write()
/Linux-v6.6/lib/
Dstring_helpers.c305 * '\e' - escape
495 * the selected escape class. If characters are included in @only
528 * '\e' - escape
536 * escape only non-printable characters, checked by isprint()
542 * escape only non-ascii characters, checked by isascii()
544 * escape only non-printable or non-ascii characters
/Linux-v6.6/include/linux/
Dconsole_struct.h128 unsigned int vc_state; /* Escape sequence parser state */
129 unsigned int vc_npar,vc_par[NPAR]; /* Parameters of current escape sequence */

123456789