Searched refs:MOUSE_SYS_EXTBUTTONS (Results 1 – 6 of 6) sorted by relevance
386 #define MOUSE_SYS_EXTBUTTONS 0x7f /* the others */ macro
303 sc->sc_bytes[7] = MOUSE_SYS_EXTBUTTONS; in mseread()
767 buf[7] = (((~buttons) >> 3) & MOUSE_SYS_EXTBUTTONS); in ums_put_queue()
1206 buf[7] = (((~buttons_in) >> 3) & MOUSE_SYS_EXTBUTTONS); in wsp_add_to_queue()
2150 buf[7] = (((~buttons_in) >> 3) & MOUSE_SYS_EXTBUTTONS); in atp_add_to_queue()
2346 act->button |= ((~pBuf[7] & MOUSE_SYS_EXTBUTTONS) << 3); in r_protocol()