HomeSort by: relevance | last modified time | path
    Searched refs:debug_println (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/indent/
debug.c 201 debug_println(const char *fmt, ...) function in typeref:typename:void
217 debug_println("");
266 debug_println("\t\t%s: [%c]", name, diff);
268 debug_println("\t\t%s: [%c]", name, curr ? 'x' : ' ');
275 debug_println("\t\t%s: %d -> %d", name, prev, curr);
277 debug_println("\t\t%s: %d", name, curr);
284 debug_println("\t\t%s: %s -> %s", name, prev, curr);
286 debug_println("\t\t%s: %s", name, curr);
302 debug_println("\t\t%s: %s -> %s",
305 debug_println("\t\t%s: %s", name, curr_buf.s)
    [all...]
io.c 128 debug_println("write_newline");
140 debug_println("");
170 debug_println("write_indent %d", ind);
177 debug_println("%s: %s -> %s", __func__,
295 debug_println(
420 debug_println("paren_indent is now %d", paren_indent);
parse.c 133 debug_println("parse: %s", psym_name[psym]);
254 debug_println("psyms before: %s", before.s);
255 debug_println("psyms after: %s", after.s);
257 debug_println("psyms: %s", after.s);
indent.h 460 void debug_println(const char *, ...) __printflike(1, 2);
477 #define debug_println(fmt, ...) debug_noop() macro
indent.c 1123 debug_println("");

Completed in 12 milliseconds