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

/netbsd-6-1-5-RELEASE/usr.sbin/moused/
H A Dmouse.h35 #define MOUSE_GETSTATUS _IOR('M', 0, mousestatus_t)
62 } mousestatus_t; typedef in typeref:struct:mousestatus
H A Dmoused.c451 static int r_protocol(u_char b, mousestatus_t *act);
452 static int r_statetrans(mousestatus_t *a1, mousestatus_t *a2, int trans);
454 static void r_map(mousestatus_t *act1, mousestatus_t *act2);
455 static void r_timestamp(mousestatus_t *act);
470 static int kidspad(u_char rxc, mousestatus_t *act);
857 mousestatus_t action0; /* original mouse action */
858 mousestatus_t action; /* interrim buffer */
859 mousestatus_t action
[all...]

Completed in 185 milliseconds