Home
last modified time | relevance | path

Searched refs:vse_device (Results 1 – 6 of 6) sorted by relevance

/original-bsd/sys/vax/uba/
H A Dqevent.h46 char vse_device; /* which device (button only) */ member
H A Dqduser.h202 #define GET_DEVICE(event) ((event)->vse_device) /* get device */
226 #define PUT_DEVICE(event, value) ((event)->vse_device = value) /* put dev */
H A Dqd.c934 event->vse_device = VSE_NULL;
2141 event->vse_device = VSE_DKB;
2269 event->vse_device = VSE_MOUSE; /* mouse */
2305 event->vse_device = VSE_MOUSE; /* mouse */
2445 event->vse_device = VSE_TABLET; /* tablet */
2479 event->vse_device = VSE_TABLET; /* tablet */
H A Dqv.c597 vep->vse_device = VSE_DKB;
849 vep->vse_device = VSE_MOUSE;
H A Dvs.c640 vep->vse_device = vsp->krr.kbd_device;
/original-bsd/sys/sys/
H A Dvsio.h76 char vse_device; /* which device (button only) */ member