Searched refs:VERBOSE (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | tail.c | 119 #define VERBOSE (1<<11) macro 311 if (flags & (HEADERS|VERBOSE)) 520 flags |= VERBOSE; 665 if ((flags & (HEADERS|VERBOSE)) && hp != fp) 741 if (flags & (HEADERS|VERBOSE))
|
/ast/src/lib/libast/port/ |
H A D | astlicense.c | 52 #undef VERBOSE macro 57 #define VERBOSE 3 macro 178 LIC("verbose", VERBOSE), 746 case VERBOSE:
|
/ast/src/lib/libcodex/ |
H A D | codex.c | 545 else if (streq(v, "VERBOSE"))
|
/ast/src/cmd/html/ |
H A D | htmlrefs.c | 152 #define VERBOSE 0x400 macro 1035 add(state, s, EXTERNAL|VERBOSE, NiL, 0, NiL); 1039 add(state, state->buf, EXTERNAL|VERBOSE, NiL, 0, NiL); 1054 if (state->warn || (fp->flags & VERBOSE))
|
Completed in 19 milliseconds