Home
last modified time | relevance | path

Searched refs:newline (Results 1 – 25 of 76) sorted by relevance

1234

/toolchain/binutils/binutils-2.25/gas/
Dinput-scrub.c265 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()
Dacinclude.m431 /* check for newline handling */
Dread.c6085 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/
Dc-metag.texi73 You can use @samp{;} instead of a newline to separate statements.
Dc-tic6x.texi104 The @samp{@@} character can be used instead of a newline to separate
Dc-i370.texi64 @samp{;} can be used instead of a newline to separate statements.
Dc-sh64.texi97 You can use @samp{;} instead of a newline to separate statements.
Dc-ia64.texi135 @samp{;} can be used instead of a newline to separate statements.
Dc-bfin.texi97 comments or newline) may appear anywhere between tokens. A token must
Dc-aarch64.texi155 The @samp{;} character can be used instead of a newline to separate
Dc-sh.texi93 You can use @samp{;} instead of a newline to separate statements.
Dc-tilepro.texi42 Instructions must be separated by a newline or semicolon.
Dc-tilegx.texi58 Instructions must be separated by a newline or semicolon.
Dc-hppa.texi66 @samp{!} can be used instead of a newline to separate statements.
Dc-avr.texi172 The @samp{$} character can be used instead of a newline to separate
Dc-h8300.texi53 @samp{$} can be used instead of a newline to separate statements.
Dc-z8k.texi71 You can use @samp{;} instead of a newline to separate statements.
Dc-alpha.texi149 @samp{;} can be used instead of a newline to separate statements.
Das.texinfo2632 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 …]
Dc-sparc.texi216 @samp{;} can be used instead of a newline to separate statements.
/toolchain/binutils/binutils-2.25/etc/
Dconfigure1422 …*) { $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/
DChangeLog-200548 * 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.
DChangeLog-0001102 single error with a single, newline escaped sentence to permit
177 * readelf.c: Fix warnings without terminating newline.
/toolchain/binutils/binutils-2.25/opcodes/
DChangeLog-20071096 * 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/
Dconfigure1948 …*) { $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