HomeSort by: relevance | last modified time | path
    Searched defs:debug_print_buf (Results 1 - 2 of 2) sorted by relevancy

  /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);
indent.h 465 void debug_print_buf(const char *, const struct buffer *);
481 #define debug_print_buf(name, buf) debug_noop() macro

Completed in 11 milliseconds