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

/netbsd-6-1-5-RELEASE/usr.sbin/moused/
H A Dmoused.c2071 register int pbuttons; local
2074 pbuttons = act1->button;
2078 if (pbuttons & rodent.wmode) {
2079 pbuttons &= ~rodent.wmode;
2104 pbuttons &= ~(rodent.zmap[0] | rodent.zmap[1]
2107 pbuttons |= rodent.zmap[2];
2110 pbuttons |= rodent.zmap[0];
2113 pbuttons |= rodent.zmap[3];
2116 pbuttons |= rodent.zmap[1];
2123 for (pb = 0; (pb < MOUSE_MAXBUTTON) && (pbuttons !
[all...]

Completed in 78 milliseconds