Searched refs:tgadebug (Results 1 – 1 of 1) sorted by relevance
174 #define DPRINTFN(n, ...) if (tgadebug > (n)) printf (__VA_ARGS__)175 int tgadebug = 0; variable