OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pbuttons
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/moused/
moused.c
2062
register int
pbuttons
;
local in function:r_map
2065
pbuttons
= act1->button;
2069
if (
pbuttons
& rodent.wmode) {
2070
pbuttons
&= ~rodent.wmode;
2095
pbuttons
&= ~(rodent.zmap[0] | rodent.zmap[1]
2098
pbuttons
|= rodent.zmap[2];
2101
pbuttons
|= rodent.zmap[0];
2104
pbuttons
|= rodent.zmap[3];
2107
pbuttons
|= rodent.zmap[1];
2114
for (pb = 0; (pb < MOUSE_MAXBUTTON) && (
pbuttons
!= 0); ++pb)
[
all
...]
moused.c
2062
register int
pbuttons
;
local in function:r_map
2065
pbuttons
= act1->button;
2069
if (
pbuttons
& rodent.wmode) {
2070
pbuttons
&= ~rodent.wmode;
2095
pbuttons
&= ~(rodent.zmap[0] | rodent.zmap[1]
2098
pbuttons
|= rodent.zmap[2];
2101
pbuttons
|= rodent.zmap[0];
2104
pbuttons
|= rodent.zmap[3];
2107
pbuttons
|= rodent.zmap[1];
2114
for (pb = 0; (pb < MOUSE_MAXBUTTON) && (
pbuttons
!= 0); ++pb)
[
all
...]
Completed in 3587 milliseconds
Indexes created Mon Sep 29 13:09:55 GMT 2025