Searched refs:do_debug (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gengtype.h | 493 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 D | gengtype.c | 68 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 D | gengtype.h | 504 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 D | gengtype.cc | 68 int do_debug; variable 5077 do_debug = 1; in parse_program_options() 5218 if (do_debug) in main()
|
| H A D | ChangeLog-2010 | 9919 (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 D | test-release.sh | 31 do_debug="no" 132 do_debug="yes" 523 if [ "$do_debug" = "yes" ]; then
|
| /netbsd-src/usr.sbin/srtconfig/ |
| H A D | srtconfig.c | 269 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 D | xgettext.c | 115 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()
|