Home
last modified time | relevance | path

Searched refs:escape (Results 1 – 25 of 28) sorted by relevance

12

/linux-3.4.99/tools/perf/config/
Dutilities.mak8 # nl-escape
10 # Usage: escape = $(call nl-escape[,escape])
16 nl-escape = $(or $(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-3.4.99/drivers/input/joystick/
Dspaceball.c73 int escape; member
158 spaceball->escape = 0; in spaceball_interrupt()
161 if (!spaceball->escape) { in spaceball_interrupt()
162 spaceball->escape = 1; in spaceball_interrupt()
165 spaceball->escape = 0; in spaceball_interrupt()
169 if (spaceball->escape) { in spaceball_interrupt()
170 spaceball->escape = 0; in spaceball_interrupt()
174 if (spaceball->escape) in spaceball_interrupt()
175 spaceball->escape = 0; in spaceball_interrupt()
/linux-3.4.99/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c69 struct vmw_escape_header escape; member
84 fill_escape(&cmd->escape, sizeof(cmd->flush)); in fill_flush()
107 struct vmw_escape_header escape; in vmw_overlay_send_put() member
135 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1)); in vmw_overlay_send_put()
189 struct vmw_escape_header escape; in vmw_overlay_send_stop() member
208 fill_escape(&cmds->escape, sizeof(cmds->body)); in vmw_overlay_send_stop()
/linux-3.4.99/drivers/input/serio/
Dps2mult.c45 bool escape; member
246 if (psm->escape) { in ps2mult_interrupt()
247 psm->escape = false; in ps2mult_interrupt()
257 psm->escape = true; in ps2mult_interrupt()
/linux-3.4.99/arch/x86/tools/
Dgen-insn-attr-x86.awk127 eid = escape[ref]
268 if (ref in escape)
270 escape[ref] = geid
272 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")"
/linux-3.4.99/scripts/kconfig/
Dkxgettext.c12 static char *escape(const char* text, char *bf, int len) in escape() function
154 char *escaped = escape(msg, bf, sizeof(bf)); in message__add()
/linux-3.4.99/drivers/staging/panel/
Dlcd-panel-cgram.txt2 characters 0 to 7. The escape code to define a new character is
DKconfig71 The driver includes an interpreter for escape codes starting with
278 printf()-formatted message is valid with newline and escape codes.
/linux-3.4.99/drivers/isdn/hardware/eicon/
Dmaintidi.h161 byte escape; member
/linux-3.4.99/include/linux/
Diso_fs.h74 char escape [ISODCL ( 89, 120)]; /* 856 */ member
/linux-3.4.99/arch/x86/lib/
Dx86-opcode-map.txt15 # opcode: escape # escaped-name
52 0f: escape # 2-byte escape
313 Referrer: 2-byte escape
381 38: escape # 3-byte escape 1
383 3a: escape # 3-byte escape 2
597 Referrer: 3-byte escape 1
742 Referrer: 3-byte escape 2
/linux-3.4.99/fs/isofs/
Dinode.c671 if (sec->escape[0] == 0x25 && sec->escape[1] == 0x2f) { in isofs_fill_super()
673 if (sec->escape[2] == 0x40) in isofs_fill_super()
675 else if (sec->escape[2] == 0x43) in isofs_fill_super()
677 else if (sec->escape[2] == 0x45) in isofs_fill_super()
/linux-3.4.99/Documentation/
DVGA-softcursor.txt13 The cursor appearance is controlled by a "<ESC>[?1;2;3c" escape sequence
Dvgaarbiter.txt120 instance, if there is only one card, then it can completely escape arbitration.
Ddynamic-debug-howto.txt162 escape \ooo notation, e.g. the space character is \040.
Dkernel-doc-nano-HOWTO.txt328 they can contain escape sequences where extracted documentation should
DManagementStyle67 you cannot escape. A cornered rat may be dangerous - a cornered manager
/linux-3.4.99/include/pcmcia/
Dcistpl.h258 u_char escape; member
/linux-3.4.99/Documentation/isdn/
DREADME.audio99 escape sequences defined, all using DLE (0x10) as Escape char:
DREADME166 a normal modem to the escape sequence <DELAY>+++<DELAY>.
167 (The escape character - default '+' - can be set in the
170 between the escape characters must not exceed 0.5 seconds.
179 (a value >= 128 disables the escape sequence).
/linux-3.4.99/fs/fat/
Dnamei_vfat.c504 int *longlen, int *outlen, int escape, int utf8, in xlate_to_uni() argument
527 if (escape && (*ip == ':')) { in xlate_to_uni()
/linux-3.4.99/Documentation/ide/
DChangeLog.ide-cd.1994-200493 * 3.11 Apr 29, 1996 -- Patch from Heiko Eißfeldt <heiko@colossus.escape.de>
228 * - Heiko Eißfeldt <heiko@colossus.escape.de> supplied
/linux-3.4.99/Documentation/input/
Dyealink.txt57 pickup C hangup enter, backspace, escape
/linux-3.4.99/Documentation/filesystems/
Dvfat.txt69 escape character is ':' because it is otherwise
70 illegal on the vfat filesystem. The escape sequence
/linux-3.4.99/drivers/tty/
Dn_gsm.c223 int escape; member
1969 gsm->escape = 1; in gsm1_receive()
1977 if (gsm->escape) { in gsm1_receive()
1979 gsm->escape = 0; in gsm1_receive()

12