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