Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint1/
Ddebug.c52 static bool did_indentation; variable
72 if (!did_indentation) { in debug_vprintf()
73 did_indentation = true; in debug_vprintf()
80 did_indentation = strchr(fmt, '\n') == NULL; in debug_vprintf()
97 did_indentation = true; in debug_skip_indent()
118 bool prev = did_indentation; in debug_push_indented()
119 did_indentation = indented; in debug_push_indented()
126 did_indentation = indented; in debug_pop_indented()