Searched refs:tswtcl_debug (Results 1 – 2 of 2) sorted by relevance
76 #define tswtcl1dbg(a) if (tswtcl_debug > 2) printf a77 #define tswtcl2dbg(a) if (tswtcl_debug > 3) printf a
51 int tswtcl_debug = 0; variable