Searched refs:svdebug (Results 1 – 1 of 1) sorted by relevance
67 #define DPRINTF(x) if (svdebug) printf x68 #define DPRINTFN(n,x) if (svdebug>(n)) printf x69 static int svdebug = 100; variable