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

/netbsd-current/sys/dev/wscons/
H A Dwsbell.c146 #define DPRINTF(x) if (wsmuxdebug) printf x
147 #define DPRINTFN(n,x) if (wsmuxdebug > (n)) printf x
148 extern int wsmuxdebug;
H A Dwsmux.c79 #define DPRINTF(x) if (wsmuxdebug) printf x
80 #define DPRINTFN(n,x) if (wsmuxdebug > (n)) printf x
81 int wsmuxdebug = 0; variable
H A Dwsmouse.c136 #define DPRINTF(x) if (wsmuxdebug) printf x
137 #define DPRINTFN(n,x) if (wsmuxdebug > (n)) printf x
138 extern int wsmuxdebug;

Completed in 158 milliseconds