Searched refs:opldebug (Results 1 – 1 of 1) sorted by relevance
64 #define DPRINTF(x) if (opldebug) printf x65 #define DPRINTFN(n,x) if (opldebug >= (n)) printf x66 int opldebug = 0; variable