OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btnno
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/wscons/
wsmouse.c
465
int
btnno
;
local in function:wsmouse_input
483
btnno
= ffs(d) - 1;
484
KASSERT(
btnno
>= 0);
495
events[nevents].value =
btnno
;
498
ub ^= (1 <<
btnno
);
503
if ((mb & d) && (sc->sc_repeat.wr_buttons & (1 <<
btnno
)) &&
505
sc->sc_repeat_button =
btnno
;
wsmouse.c
465
int
btnno
;
local in function:wsmouse_input
483
btnno
= ffs(d) - 1;
484
KASSERT(
btnno
>= 0);
495
events[nevents].value =
btnno
;
498
ub ^= (1 <<
btnno
);
503
if ((mb & d) && (sc->sc_repeat.wr_buttons & (1 <<
btnno
)) &&
505
sc->sc_repeat_button =
btnno
;
Completed in 25 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025