Searched refs:mosdebug (Results 1 – 1 of 1) sorted by relevance
120 #define DPRINTF(x) do { if (mosdebug) printf x; } while (0)121 #define DPRINTFN(n,x) do { if (mosdebug >= (n)) printf x; } while (0)122 int mosdebug = 0; variable