Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype.h493 extern int do_debug; /* (-D) program argument. */
495 #define DBGPRINTF(Fmt,...) do {if (do_debug) \
499 #define DBGPRINT_COUNT_TYPE(Msg,Ty) do {if (do_debug) \
H A Dgengtype.c68 int do_debug; variable
5026 do_debug = 1; in parse_program_options()
5167 if (do_debug) in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype.h504 extern int do_debug; /* (-D) program argument. */
506 #define DBGPRINTF(Fmt,...) do {if (do_debug) \
510 #define DBGPRINT_COUNT_TYPE(Msg,Ty) do {if (do_debug) \
H A Dgengtype.cc68 int do_debug; variable
5077 do_debug = 1; in parse_program_options()
5218 if (do_debug) in main()
H A DChangeLog-20109919 (do_debug): New.
9930 (do_debug, read_state_filename, write_state_filename): New variables.
/netbsd-src/external/apache2/llvm/dist/llvm/utils/release/
H A Dtest-release.sh31 do_debug="no"
132 do_debug="yes"
523 if [ "$do_debug" = "yes" ]; then
/netbsd-src/usr.sbin/srtconfig/
H A Dsrtconfig.c269 static void do_debug(void) in do_debug() function
307 do_debug(); in main()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dxgettext.c115 static int do_debug; variable
196 { "debug", no_argument, &do_debug, 1 },
727 msgdomain_list_print (mdlp, file_name, output_syntax, force_po, do_debug); in main()