/toolchain/binutils/binutils-2.25/libiberty/ |
D | fnmatch.txh | 6 wildcards @code{?} to match any one character, @code{*} to match any 8 brackets, like @samp{[a-gt8]}, which match one character (@code{a} 10 character is in the set. A set may be inverted (i.e., match anything 12 character in the set. To include those characters in the set, list them 13 as anything other than the first character of the set. To include a 14 dash in the set, list it last in the set. A backslash character makes 15 the following character not special, so for example you could match 31 Do not interpret backslashes as quoting the following special character.
|
D | at-file.texi | 11 character may be included in an option by surrounding the entire 12 option in either single or double quotes. Any character (including a 13 backslash) may be included by prefixing the character to be included
|
D | obstack.c | 468 void (obstack_1grow) (struct obstack *obstack, int character) 470 obstack_1grow (obstack, character); 478 void (obstack_1grow_fast) (struct obstack *obstack, int character) 480 obstack_1grow_fast (obstack, character);
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-fr30.h | 63 #define TC_START_LABEL(character, s, i_l_p) \ argument 64 ((character) != ':' ? 0 : (character = fr30_is_colon_insn (s)) ? 0 : ((character = ':'), 1))
|
D | tc-m32c.h | 83 #define TC_START_LABEL(character, s, i_l_p) \ argument 84 ((character) != ':' ? 0 : (character = m32c_is_colon_insn (s)) ? 0 : ((character = ':'), 1))
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-xstormy16.texi | 24 @cindex line comment character, XStormy16 25 @cindex XStormy16 line comment character 26 @samp{#} is the line comment character. If a @samp{#} appears as the 27 first character of a line, the whole line is treated as a comment, but 32 @cindex comment character, XStormy16 33 @cindex XStormy16 comment character 35 from wherever the character appears on the line up to the end of the 42 The @samp{|} character can be used to separate statements on the same
|
D | c-ns32k.texi | 58 @cindex line comment character, NS32K 59 @cindex NS32K line comment character 63 If a @samp{#} appears as the first character of a line then the whole 69 the @samp{|} character appearing as the first character on a line will 75 The @samp{;} character can be used to separate statements on the same
|
D | c-pj.texi | 38 @cindex line comment character, PJ 39 @cindex PJ line comment character 43 If a @samp{#} appears as the first character of a line then the whole 51 The @samp{;} character can be used to separate statements on the same
|
D | c-epiphany.texi | 53 @cindex line comment character, Epiphany 54 @cindex Epiphany line comment character 58 If a @samp{#} appears as the first character of a line then the whole 66 The @samp{`} character can be used to separate statements on the same
|
D | c-mt.texi | 55 @cindex line comment character, MT 56 @cindex MT line comment character 60 If a @samp{#} appears as the first character of a line then the whole 69 character.
|
D | c-xgate.texi | 83 @cindex line comment character, XGATE 84 @cindex XGATE line comment character 85 The presence of a @samp{;} character or a @samp{!} character anywhere 89 A @samp{*} or a @samp{#} character at the start of a line also 91 on the line. If the first character of the line is a @samp{#} then as 100 character.
|
D | c-ip2k.texi | 56 @cindex line comment character, IP2K 57 @cindex IP2K line comment character 61 If a @samp{#} appears as the first character of a line, the whole line 70 character.
|
D | c-z80.texi | 91 @cindex line comment character, Z80 92 @cindex Z80 line comment character 93 The semicolon @samp{;} is the line comment character; 95 If a @samp{#} appears as the first character of a line then the whole 103 The Z80 assembler does not support a line separator character. 111 @cindex character escapes, Z80 113 A backslash @samp{\} is an ordinary character for the Z80 assembler. 115 @cindex character constant, Z80 119 is one character in between, it is a character constant, otherwise it is
|
D | c-vax.texi | 317 @cindex immediate character, VAX 318 @cindex VAX immediate character 319 The immediate character is @samp{$} for Unix compatibility, not 322 @cindex indirect character, VAX 323 @cindex VAX indirect character 324 The indirect character is @samp{*} for Unix compatibility, not 327 @cindex displacement sizing character, VAX 328 @cindex VAX displacement sizing character 329 The displacement sizing character is @samp{`} (an accent grave) for 369 @cindex line comment character, VAX [all …]
|
D | c-xc16x.texi | 67 @cindex line comment character, xc16x 68 @cindex xc16c line comment character 72 If a @samp{#} appears as the first character of a line then the whole 80 The XC16X assembler does not support a line separator character.
|
D | c-m32c.texi | 134 @cindex line comment character, M32C 135 @cindex M32C line comment character 136 The presence of a @samp{;} character on a line indicates the start of 139 If a @samp{#} appears as the first character of a line, the whole line 147 The @samp{|} character can be used to separate statements on the same
|
D | c-ppc.texi | 211 @cindex line comment character, PowerPC 212 @cindex PowerPC line comment character 216 If a @samp{#} appears as the first character of a line then the whole 222 then the @samp{!} character also acts as a line comment character. 229 The @samp{;} character can be used to separate statements on the same
|
D | c-microblaze.texi | 85 @cindex line comment character, MicroBlaze 86 @cindex MicroBlaze line comment character 90 If a @samp{#} appears as the first character of a line, the whole line 98 The @samp{;} character can be used to separate statements on the same
|
D | c-rl78.texi | 122 @cindex line comment character, RL78 123 @cindex RL78 line comment character 127 If a @samp{#} appears as the first character of a line then the whole 135 The @samp{|} character can be used to separate statements on the same
|
D | c-metag.texi | 66 @cindex line comment character, Meta 67 @cindex Meta line comment character 68 @samp{!} is the line comment character.
|
D | c-cr16.texi | 111 @cindex line comment character, CR16 112 @cindex CR16 line comment character 115 as the first character of a line, the whole line is treated as a 123 The @samp{;} character can be used to separate statements on the same
|
D | c-nios2.texi | 74 @cindex line comment character, Nios II 75 @cindex Nios II line comment character 76 @cindex line separator character, Nios II 77 @cindex Nios II line separator character 78 @samp{#} is the line comment character. 79 @samp{;} is the line separator character.
|
D | c-cris.texi | 49 expected to be prefixed by a leading @samp{_} character and for 221 The character @samp{#} is a line comment character. It starts a 224 A @samp{;} character starts a comment anywhere on the line, 227 A @samp{@@} character is handled as a line separator equivalent 228 to a logical new-line character (except in a comment), so 250 with the character @samp{:} (omitted in the list below). Every 329 A @samp{$} character may always prefix a general or special 370 makes a @samp{$} character prefix on all registers optional. It 373 used when ordinary symbols do not have a @samp{_} character 381 This directive makes a @samp{$} character prefix on all
|
D | c-score.texi | 153 @cindex line comment character, SCORE 154 @cindex SCORE line comment character 158 If a @samp{#} appears as the first character of a line then the whole 166 The @samp{;} character can be used to separate statements on the same
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/ |
D | char.d | 2 #name: MRI character constants 5 # Test MRI character constants
|