OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Oct 19 02:09:48 GMT 2025