/src/usr.bin/indent/ |
debug.c | 241 debug_print_buf(const char *name, const struct buffer *buf) function in typeref:typename:void 254 debug_print_buf("label", &lab); 255 debug_print_buf("code", &code); 256 debug_print_buf("comment", &com);
|
debug.c | 241 debug_print_buf(const char *name, const struct buffer *buf) function in typeref:typename:void 254 debug_print_buf("label", &lab); 255 debug_print_buf("code", &code); 256 debug_print_buf("comment", &com);
|
indent.h | 465 void debug_print_buf(const char *, const struct buffer *); 481 #define debug_print_buf(name, buf) debug_noop() macro
|
indent.h | 465 void debug_print_buf(const char *, const struct buffer *); 481 #define debug_print_buf(name, buf) debug_noop() macro
|