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