/src/usr.bin/xlint/lint1/ |
externs1.h | 158 void debug_step(const char *fmt, ...) __printflike(1, 2); 178 #define debug_step(...) debug_noop() macro
|
externs1.h | 158 void debug_step(const char *fmt, ...) __printflike(1, 2); 178 #define debug_step(...) debug_noop() macro
|
debug.c | 130 debug_step(const char *fmt, ...) function in typeref:typename:void 144 debug_step("+ %s", func); 153 debug_step("- %s", func); 166 debug_step(", align %u, %s", 191 debug_step("type details for '%s':", type_name(tp)); 200 debug_step("null"); 617 debug_step("]]");
|
debug.c | 130 debug_step(const char *fmt, ...) function in typeref:typename:void 144 debug_step("+ %s", func); 153 debug_step("- %s", func); 166 debug_step(", align %u, %s", 191 debug_step("type details for '%s':", type_name(tp)); 200 debug_step("null"); 617 debug_step("]]");
|