Home
last modified time | relevance | path

Searched refs:found_comment (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gas/
H A Dapp.c1220 if (!found_comment) in do_scrub_chars()
1221 as_where (&found_comment_file, &found_comment); in do_scrub_chars()
H A Das.h676 COMMON unsigned int found_comment; variable
H A Dread.c509 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 DChangeLog-00015510 * 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 Dapp.c1249 if (!found_comment) in do_scrub_chars()
1250 as_where (&found_comment_file, &found_comment); in do_scrub_chars()
H A Das.h620 COMMON unsigned int found_comment; variable
H A Dread.c585 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 DChangeLog-00015510 * as.h (warn_comment, found_comment, found_comment_file): Declare.
5512 * read.c (read_a_source_file): Init found_comment on entry, and