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