Searched refs:man_debug (Results 1 – 3 of 3) sorted by relevance
504 #define MAN_DBG(flag, msg) { if (man_debug&flag) (void) printf msg; }505 #define MAN_DBGCALL(flag, func) { if (man_debug&flag) (void) func; }
108 extern uint32_t man_debug;
226 uint32_t man_debug = MAN_WARN; variable235 uint32_t man_debug = 0; variable1576 if (man_debug & MAN_UWPUT) { in man_uwput()