Searched refs:debug_opt (Results 1 – 1 of 1) sorted by relevance
316 static bool debug_opt; variable319 #define debug(fmt, ...) do { if (debug_opt) printf(fmt, ## __VA_ARGS__); } while (0)581 debug_opt = true; in main()1256 if (debug_opt) in dump_elements()