Searched refs:discard_comments (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/contrib/gcclibs/libcpp/ |
| D | init.c | 154 CPP_OPTION (pfile, discard_comments) = 1; in cpp_create_reader() 195 pfile->state.save_comments = ! CPP_OPTION (pfile, discard_comments); in cpp_create_reader()
|
| D | directives.c | 297 pfile->state.save_comments = ! CPP_OPTION (pfile, discard_comments); in end_directive() 698 if (buf == NULL || CPP_OPTION (pfile, discard_comments)) in parse_include() 720 pfile->state.save_comments = ! CPP_OPTION (pfile, discard_comments); in do_include_common()
|
| D | traditional.c | 179 else if (CPP_OPTION (pfile, discard_comments)) in copy_comment()
|
| /freebsd-10-stable/contrib/gcc/ |
| D | c-opts.c | 300 cpp_opts->discard_comments = 0; in c_common_handle_option() 304 cpp_opts->discard_comments = 0; in c_common_handle_option()
|
| D | c-ppoutput.c | 226 if (!CPP_OPTION (pfile, discard_comments)) in scan_translation_unit_trad()
|
| D | FSFChangeLog | 179 (macarg1, discard_comments): Likewise. 182 (macarg1, discard_comments, change_newlines): Likewise. 2645 (discard_comments): Don't go past limit if looking for end of comment.
|
| D | ChangeLog-1998 | 3822 (discard_comments): Likewise. 8444 (discard_comments): See above. 8450 (discard_comments): See above.
|
| D | ChangeLog-2000 | 28964 'discard_comments' and invert its sense. 28966 put_out_comments changed to use discard_comments, with
|
| /freebsd-10-stable/contrib/gcclibs/libcpp/include/ |
| D | cpplib.h | 279 unsigned char discard_comments; member
|