Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Dasn1_compiler.c316 static bool debug_opt; variable
319 #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()