Home
last modified time | relevance | path

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

/linux/scripts/
H A Dasn1_compiler.c312 static bool debug_opt; variable
315 #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()