Lines Matching defs:debug
47 #include <fcode/debug.h>
72 " -d <level> set debug level\n");
99 int debug = 0;
118 debug = debug_flags_to_mask(optarg);
119 set_interpreter_debug_level(debug);
120 if (debug)
168 if ((debug & DEBUG_FC_LIST) != 0 &&
170 log_message(MSG_WARN, "Warning, verbose debug flag(s)"
172 " debug\n");
178 if ((debug & ~DEBUG_FC_LIST) != 0 &&
180 log_message(MSG_WARN, "Warning, debug flag(s) on, but"
181 " syslog/errlog not enabled for debug\n");
190 log_message(MSG_WARN, "Warning, verbose debug"