Home
last modified time | relevance | path

Searched refs:warn_trigraphs (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcclibs/libcpp/
HDinit.c159 CPP_OPTION (pfile, warn_trigraphs) = 2; in cpp_create_reader()
640 if (CPP_OPTION (pfile, warn_trigraphs) == 2) in post_options()
641 CPP_OPTION (pfile, warn_trigraphs) = !CPP_OPTION (pfile, trigraphs); in post_options()
650 CPP_OPTION (pfile, warn_trigraphs) = 0; in post_options()
HDlex.c298 if (CPP_OPTION (pfile, warn_trigraphs) in _cpp_process_line_notes()
/NextBSD/contrib/gcc/
HDc-opts.c429 cpp_opts->warn_trigraphs = value; in c_common_handle_option()
531 cpp_opts->warn_trigraphs = value; in c_common_handle_option()
/NextBSD/contrib/gcclibs/libcpp/include/
HDcpplib.h321 unsigned char warn_trigraphs; member