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