Searched refs:zyddebug (Results 1 – 1 of 1) sorted by relevance
57 #define DPRINTF(x) do { if (zyddebug > 0) printf x; } while (0)58 #define DPRINTFN(n, x) do { if (zyddebug > (n)) printf x; } while (0)59 int zyddebug = 0; variable