Searched refs:svdebug (Results 1 – 1 of 1) sorted by relevance
101 #define DPRINTF(x) if (svdebug) printf x102 #define DPRINTFN(n,x) if (svdebug>(n)) printf x103 int svdebug = 0; variable