Home
last modified time | relevance | path

Searched refs:inhibit_errors (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
HDerrors.c98 if (CPP_OPTION (pfile, inhibit_errors)) in _cpp_begin_message()
108 if (CPP_OPTION (pfile, inhibit_errors)) in _cpp_begin_message()
HDmakedepend.c142 options->inhibit_errors = 1; in reader_init()
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
HDcpplib.h311 unsigned char inhibit_errors; member
/freebsd-11-stable/contrib/gcc/
HDfix-header.c623 options->inhibit_errors = 1; in read_scan_file()
HDChangeLog-200012659 (_cpp_begin_message): Do inhibit_errors/inhibit_warnings
28778 (read_scan_file): Set inhibit_warnings and inhibit_errors in
29107 opts->inhibit_errors is on.
29111 (struct cpp_options): Add inhibit_errors.
/freebsd-11-stable/contrib/groff/src/roff/troff/
HDinput.cpp95 static int inhibit_errors = 0; variable
1477 int saved_inhibit_errors = inhibit_errors; in do_expr_test()
1479 inhibit_errors = 1; in do_expr_test()
1483 inhibit_errors = saved_inhibit_errors; in do_expr_test()
7319 inhibit_errors = 1; in main()
7969 if (inhibit_errors && type < FATAL) in do_error()