Home
last modified time | relevance | path

Searched defs:wheel (Results 1 – 4 of 4) sorted by relevance

/openbsd/libexec/login_passwd/
H A Dlogin_passwd.c57 char *class = NULL, *username = NULL, *wheel = NULL; in main() local
/openbsd/sys/kern/
H A Dkern_timeout.c91 #define MASKWHEEL(wheel, time) (((time) >> ((wheel)*WHEELBITS)) & WHEELMASK) argument
103 #define MOVEBUCKET(wheel, time) \ argument
938 struct circq *wheel; in db_show_timeout() local
/openbsd/lib/libcurses/base/
H A Dlib_mouse.c960 handle_wheel(SCREEN *sp, MEVENT * eventp, int button, int wheel) in handle_wheel()
1014 int wheel = (intro & 96) == 96; in decode_X10_bstate() local
1314 int wheel = ((b & 64) == 64); in decode_xterm_SGR1006() local
/openbsd/sys/dev/hid/
H A Dhidms.c253 int i, wheel, twheel; in hidms_setup() local