Searched refs:found_comment (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | app.c | 1220 if (!found_comment) in do_scrub_chars() 1221 as_where (&found_comment_file, &found_comment); in do_scrub_chars()
|
H A D | as.h | 676 COMMON unsigned int found_comment; variable
|
H A D | read.c | 509 found_comment = 0; in read_a_source_file() 1073 if (warn_comment && found_comment) in read_a_source_file() 1074 as_warn_where (found_comment_file, found_comment, in read_a_source_file()
|
H A D | ChangeLog-0001 | 5510 * as.h (warn_comment, found_comment, found_comment_file): Declare. 5512 * read.c (read_a_source_file): Init found_comment on entry, and
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | app.c | 1249 if (!found_comment) in do_scrub_chars() 1250 as_where (&found_comment_file, &found_comment); in do_scrub_chars()
|
H A D | as.h | 620 COMMON unsigned int found_comment; variable
|
H A D | read.c | 585 found_comment = 0; in read_a_source_file() 1131 if (warn_comment && found_comment) in read_a_source_file() 1132 as_warn_where (found_comment_file, found_comment, in read_a_source_file()
|
H A D | ChangeLog-0001 | 5510 * as.h (warn_comment, found_comment, found_comment_file): Declare. 5512 * read.c (read_a_source_file): Init found_comment on entry, and
|