TERSE
int verbosity = TERSE;
} else if (verbosity == TERSE) {
how |= TERSE;
if ((how & (TERSE|ONECOL)) == (TERSE|ONECOL)) {
} else if (how & (TERSE)) {
if ((count & 3) && (how & (TERSE|ONECOL)) == TERSE)
switch (how & (TERSE|ONECOL)) {
case TERSE:
case TERSE|ONECOL: