Home
last modified time | relevance | path

Searched refs:the_mouse (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c322 struct mouse_info the_mouse; in sysmouse_server() local
325 the_mouse.operation = MOUSE_GETINFO; in sysmouse_server()
359 the_mouse.operation = MOUSE_HIDE; in sysmouse_server()
360 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in sysmouse_server()
361 the_mouse.operation = MOUSE_SHOW; in sysmouse_server()
362 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in sysmouse_server()
670 struct mouse_info the_mouse; in initialize_mousetype() local
694 the_mouse.operation = MOUSE_MODE; in initialize_mousetype()
695 the_mouse.u.mode.mode = 0; in initialize_mousetype()
696 the_mouse.u.mode.signal = SIGUSR2; in initialize_mousetype()
[all …]
/freebsd/contrib/ncurses/
H A Dconfigure7821 struct mouse_info the_mouse;
7822 ioctl(0, CONS_MOUSECTL, &the_mouse);
H A Daclocal.m49096 struct mouse_info the_mouse;
9097 ioctl(0, CONS_MOUSECTL, &the_mouse);