button 223 dev/hil/hilms.c int dx, dy, dz, button;
button 309 dev/hil/hilms.c button = *buf;
button 321 dev/hil/hilms.c button = (button - 0x80) >> 1;
button 322 dev/hil/hilms.c if (button > 4)
button 323 dev/hil/hilms.c button = 4;
button 327 dev/hil/hilms.c sc->sc_buttonstate &= ~(1 << button);
button 330 dev/hil/hilms.c sc->sc_buttonstate |= (1 << button);
button 2264 dev/wscons/wsdisplay.c button_event(int button, int clicks)
button 2266 dev/wscons/wsdisplay.c switch (button) {