Searched refs:wsmuxdebug (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwsmouse.c135 #define DPRINTF(x) if (wsmuxdebug) printf x
136 #define DPRINTFN(n,x) if (wsmuxdebug > (n)) printf x
137 extern int wsmuxdebug;
H A Dwsmux.c74 #define DPRINTF(x) if (wsmuxdebug) printf x
75 #define DPRINTFN(n,x) if (wsmuxdebug > (n)) printf x
76 int wsmuxdebug = 0; variable

Completed in 58 milliseconds