Searched refs:newline (Results 1 – 25 of 76) sorted by relevance
1234
/toolchain/binutils/binutils-2.25/gas/ |
D | input-scrub.c | 265 int newline; in input_scrub_include_sb() local 281 newline = from->len >= 1 && from->ptr[0] != '\n'; in input_scrub_include_sb() 282 sb_build (&from_sb, from->len + newline); in input_scrub_include_sb() 284 if (newline) in input_scrub_include_sb()
|
D | acinclude.m4 | 31 /* check for newline handling */
|
D | read.c | 6085 sb newline; in input_scrub_insert_line() local 6087 sb_build (&newline, len); in input_scrub_insert_line() 6088 sb_add_buffer (&newline, line, len); in input_scrub_insert_line() 6089 input_scrub_include_sb (&newline, input_line_pointer, 0); in input_scrub_insert_line() 6090 sb_kill (&newline); in input_scrub_insert_line()
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-metag.texi | 73 You can use @samp{;} instead of a newline to separate statements.
|
D | c-tic6x.texi | 104 The @samp{@@} character can be used instead of a newline to separate
|
D | c-i370.texi | 64 @samp{;} can be used instead of a newline to separate statements.
|
D | c-sh64.texi | 97 You can use @samp{;} instead of a newline to separate statements.
|
D | c-ia64.texi | 135 @samp{;} can be used instead of a newline to separate statements.
|
D | c-bfin.texi | 97 comments or newline) may appear anywhere between tokens. A token must
|
D | c-aarch64.texi | 155 The @samp{;} character can be used instead of a newline to separate
|
D | c-sh.texi | 93 You can use @samp{;} instead of a newline to separate statements.
|
D | c-tilepro.texi | 42 Instructions must be separated by a newline or semicolon.
|
D | c-tilegx.texi | 58 Instructions must be separated by a newline or semicolon.
|
D | c-hppa.texi | 66 @samp{!} can be used instead of a newline to separate statements.
|
D | c-avr.texi | 172 The @samp{$} character can be used instead of a newline to separate
|
D | c-h8300.texi | 53 @samp{$} can be used instead of a newline to separate statements.
|
D | c-z8k.texi | 71 You can use @samp{;} instead of a newline to separate statements.
|
D | c-alpha.texi | 149 @samp{;} can be used instead of a newline to separate statements.
|
D | as.texinfo | 2632 The only way to include a newline ('\n') in a comment 2640 Anything from a @dfn{line comment} character up to the next newline is 2699 beginning of a file (since the source program must end with a newline, the end 2710 A @dfn{statement} ends at a newline character (@samp{\n}) or a 2714 The newline or line separator character is considered to be part of the 2718 @cindex newline, required at file end 2719 @cindex EOF, newline must precede 2721 character of any input file should be a newline.@refill 2832 @cindex @code{\n} (newline character) 2833 @cindex newline (@code{\n}) [all …]
|
D | c-sparc.texi | 216 @samp{;} can be used instead of a newline to separate statements.
|
/toolchain/binutils/binutils-2.25/etc/ |
D | configure | 1422 …*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 1423 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-2005 | 48 * cxxfilt.c (main): Flush output at newline. 126 Emit a newline after every demangled command line argument. 1321 (display_debug_str): Add a newline at the end.
|
D | ChangeLog-0001 | 102 single error with a single, newline escaped sentence to permit 177 * readelf.c: Fix warnings without terminating newline.
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ChangeLog-2007 | 1096 * ia64-gen.c: (main): Add missing newline to copyright message. 1133 * i386-gen.c (main): Print a newline after copyright notice.
|
/toolchain/binutils/binutils-2.25/intl/ |
D | configure | 1948 …*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 1949 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
|
1234