HomeSort by: relevance | last modified time | path
    Searched refs:wsmuxdebug (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/wscons/
wsbell.c 146 #define DPRINTF(x) if (wsmuxdebug) printf x
147 #define DPRINTFN(n,x) if (wsmuxdebug > (n)) printf x
148 extern int wsmuxdebug;
wsmouse.c 136 #define DPRINTF(x) if (wsmuxdebug) printf x
137 #define DPRINTFN(n,x) if (wsmuxdebug > (n)) printf x
138 extern int wsmuxdebug;
wsmux.c 79 #define DPRINTF(x) if (wsmuxdebug) printf x
80 #define DPRINTFN(n,x) if (wsmuxdebug > (n)) printf x
81 int wsmuxdebug = 0; variable in typeref:typename:int

Completed in 13 milliseconds