/linux-3.4.99/tools/perf/config/ |
D | utilities.mak | 8 # 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/ |
D | spaceball.c | 73 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/ |
D | vmwgfx_overlay.c | 69 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/ |
D | ps2mult.c | 45 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/ |
D | gen-insn-attr-x86.awk | 127 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/ |
D | kxgettext.c | 12 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/ |
D | lcd-panel-cgram.txt | 2 characters 0 to 7. The escape code to define a new character is
|
D | Kconfig | 71 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/ |
D | maintidi.h | 161 byte escape; member
|
/linux-3.4.99/include/linux/ |
D | iso_fs.h | 74 char escape [ISODCL ( 89, 120)]; /* 856 */ member
|
/linux-3.4.99/arch/x86/lib/ |
D | x86-opcode-map.txt | 15 # 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/ |
D | inode.c | 671 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/ |
D | VGA-softcursor.txt | 13 The cursor appearance is controlled by a "<ESC>[?1;2;3c" escape sequence
|
D | vgaarbiter.txt | 120 instance, if there is only one card, then it can completely escape arbitration.
|
D | dynamic-debug-howto.txt | 162 escape \ooo notation, e.g. the space character is \040.
|
D | kernel-doc-nano-HOWTO.txt | 328 they can contain escape sequences where extracted documentation should
|
D | ManagementStyle | 67 you cannot escape. A cornered rat may be dangerous - a cornered manager
|
/linux-3.4.99/include/pcmcia/ |
D | cistpl.h | 258 u_char escape; member
|
/linux-3.4.99/Documentation/isdn/ |
D | README.audio | 99 escape sequences defined, all using DLE (0x10) as Escape char:
|
D | README | 166 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/ |
D | namei_vfat.c | 504 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/ |
D | ChangeLog.ide-cd.1994-2004 | 93 * 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/ |
D | yealink.txt | 57 pickup C hangup enter, backspace, escape
|
/linux-3.4.99/Documentation/filesystems/ |
D | vfat.txt | 69 escape character is ':' because it is otherwise 70 illegal on the vfat filesystem. The escape sequence
|
/linux-3.4.99/drivers/tty/ |
D | n_gsm.c | 223 int escape; member 1969 gsm->escape = 1; in gsm1_receive() 1977 if (gsm->escape) { in gsm1_receive() 1979 gsm->escape = 0; in gsm1_receive()
|