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