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

  /src/usr.bin/xlint/lint1/
debug.c 52 static bool did_indentation; variable in typeref:typename:bool
72 if (!did_indentation) {
73 did_indentation = true;
80 did_indentation = strchr(fmt, '\n') == NULL;
97 did_indentation = true;
118 bool prev = did_indentation;
119 did_indentation = indented;
126 did_indentation = indented;
debug.c 52 static bool did_indentation; variable in typeref:typename:bool
72 if (!did_indentation) {
73 did_indentation = true;
80 did_indentation = strchr(fmt, '\n') == NULL;
97 did_indentation = true;
118 bool prev = did_indentation;
119 did_indentation = indented;
126 did_indentation = indented;
debug.c 52 static bool did_indentation; variable in typeref:typename:bool
72 if (!did_indentation) {
73 did_indentation = true;
80 did_indentation = strchr(fmt, '\n') == NULL;
97 did_indentation = true;
118 bool prev = did_indentation;
119 did_indentation = indented;
126 did_indentation = indented;

Completed in 34 milliseconds