Searched refs:sbdspdebug (Results 1 – 1 of 1) sorted by relevance
109 #define DPRINTF(x) if (sbdspdebug) printf x110 #define DPRINTFN(n,x) if (sbdspdebug >= (n)) printf x111 int sbdspdebug = 0; variable