Searched refs:ms_mb (Results 1 – 5 of 5) sorted by relevance
270 ms->ms_mb = (~c) & 0x7; in ms_input()276 ms->ms_mb = (~c) & 0x7; in ms_input()310 mb = ((ms->ms_mb & 4) >> 2) | in ms_input()311 (ms->ms_mb & 2) | in ms_input()312 ((ms->ms_mb & 1) << 2); in ms_input()349 mb = ms->ms_mb; in ms_input()
105 char ms_mb; /* mouse button state */ member
147 ms->ms_ub = ms->ms_mb = 0; in ms_pckbport_iopen()215 ms->ms_mb = in ms_pckbport_input()258 mb = ms->ms_mb; /* new buttons state */ in ms_pckbport_input()
99 char ms_mb; /* mouse button state */ member314 ms->ms_mb = mb; in msintr()339 if (dx || dy || ms->ms_ub != ms->ms_mb) { in msintr()352 mb = ms->ms_mb; in msintr()
134 char ms_mb; /* mouse button state */ member393 ms->ms_mb = c & 0x3; in ms_input()439 mb = ms->ms_mb; in ms_input()