Home
last modified time | relevance | path

Searched refs:LISTING_NEWLINE (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dlisting.h36 #define LISTING_NEWLINE() { if (listing) listing_newline(NULL); } macro
38 #define LISTING_NEWLINE() {;} macro
40 #define LISTING_EOF() LISTING_NEWLINE()
H A Dread.c554 LISTING_NEWLINE (); in read_a_source_file()
H A DChangeLog-9697981 (LISTING_NEWLINE): Argument is NULL.
2050 * read.c (read_a_source_file): Call LISTING_NEWLINE before
5200 call LISTING_NEWLINE.
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dlisting.h36 #define LISTING_NEWLINE() { if (listing) listing_newline(NULL); } macro
38 #define LISTING_NEWLINE() {;} macro
40 #define LISTING_EOF() LISTING_NEWLINE()
H A Dread.c637 LISTING_NEWLINE (); in read_a_source_file()
H A DChangeLog-9697981 (LISTING_NEWLINE): Argument is NULL.
2050 * read.c (read_a_source_file): Call LISTING_NEWLINE before
5200 call LISTING_NEWLINE.
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-z80.c263 LISTING_NEWLINE (); in z80_start_line_hook()