Searched refs:essdebug (Results 1 – 1 of 1) sorted by relevance
96 #define DPRINTF(x) if (essdebug) printf x97 #define DPRINTFN(n,x) if (essdebug>(n)) printf x98 int essdebug = 0; variable1066 if (essdebug > 0) in essattach()