Searched refs:cpp_opts (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dc-opts.c59 static cpp_options *cpp_opts; variable
224 cpp_opts = cpp_get_options (parse_in);
225 cpp_opts->dollars_in_ident = DOLLARS_IN_IDENTIFIERS;
226 cpp_opts->objc = c_dialect_objc ();
230 cpp_opts->warn_dollars = 0;
300 cpp_opts->discard_comments = 0;
304 cpp_opts->discard_comments = 0;
305 cpp_opts->discard_comments_in_macro_exp = 0;
317 cpp_opts->print_include_names = 1;
343 cpp_opts
[all...]
H A Dc-incpath.c375 cpp_options *cpp_opts = cpp_get_options (pfile); local
376 size_t idx = (cpp_opts->objc ? 2: 0);
378 if (cpp_opts->cplusplus)
/freebsd-10-stable/contrib/bmake/
H A Dmkdeps.sh151 $cpp $cpp_opts $cc_include $* 2>> $EF | egrep '^#.*\.h"' | sed 's,^#.*"\(.*\)".*,\1,' |
216 cpp_opts= # incase cpp != grep
230 -I) cpp_opts="$cpp_opts$1$2 "; dirlist="$dirlist $2"; shift 2;;
237 -D) cpp_opts="$cpp_opts$1$2 "; shift 2;;

Completed in 62 milliseconds