Searched refs:mouse (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmouse.c33 /* common mouse interface functions */
43 MOUSETYPE mouse; variable
48 /* see if there is a mouse interface */
59 mouse = EMACSTERM;
63 * programs that have mouse support but the TERM environment
64 * variable is the same as a terminal without a mouse, such
67 mouse = MYX;
75 /* reinitialize the mouse in case curses changed the attributes */
80 if (mouse == EMACSTERM) {
83 * enable the mouse clic
[all...]
H A Dmouse.h54 extern MOUSETYPE mouse;
H A Dhelp.c52 if (mouse) {
53 *tp++ = "Point with the mouse and click button 1 to "
61 *tp++ = "by pointing with the mouse and clicking "
88 if (!mouse) {
105 if (mouse) {
106 *tp++ = "Point with the mouse and click button 1 "
H A DMakefile33 mouse.o mygetenv.o mygetwd.o mypopen.o \
H A Dcommand.c62 MOUSEEVENT *p; /* mouse data */
101 case ctrl('X'): /* mouse selection */
384 if (isdigit(commandc) && commandc != '0' && !mouse) {
493 MOUSEEVENT *p; /* mouse data */
566 case ctrl('X'): /* mouse selection */
586 if (isdigit(c) && c != '0' && !mouse) {
H A Ddisplay.c129 if (!mouse) {
231 /* if no mouse, display the selection number */
232 if (!mouse) {
/illumos-gate/usr/src/cmd/login/
H A Dlogindevperm.sh61 /dev/vt/console_user 0600 /dev/mouse:/dev/kbd
/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c613 int kbd, mouse, system, least_idle, idlecheck_time; local
637 if ((mouse = (int)consms_idle_time()) < 0) {
641 "idle time for console mouse");
656 least_idle = MIN(system, MIN(kbd, mouse));
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile55 mouse.h \
59 mouse.h \
400 mouse.h \
/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidps2.c29 * This module dynamically determines the number of buttons on the mouse.
37 #include <sys/mouse.h>
82 #define PS2_WAIT_WHEEL_DEV_ACK 26 /* Detected wheel mouse */
90 #define PS2_WAIT_WHEEL5_DEV_ACK 34 /* Detected 5 button mouse */
97 #define MOUSE_MODE_PLAIN 0 /* Normal PS/2 mouse - 3 byte msgs */
98 #define MOUSE_MODE_WHEEL 1 /* Wheel mouse - 4 byte msgs */
99 #define MOUSE_MODE_WHEEL5 2 /* Wheel + 5 btn mouse - 4 byte msgs */
107 * before the PS/2 mouse is ready
133 * to a function with group commands (e.g. wheel-mouse detection).
219 * Start the wheel-mouse detectio
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dmouse8042.c57 #include <sys/mouse.h>
84 * PS/2 style mouse.
280 * This causes the vuid module to reset the mouse.
310 * In order to support virtual keyboard/mouse, we should distinguish
325 rc = ddi_create_minor_node(dip, "mouse", S_IFCHR, instance * 2,
496 * For mouse, the old stream is:
596 * Closing physical PS/2 mouse
598 * Link it back to virtual mouse, and
601 * this if the mouse is about to be detached!
603 * If linking back fails, this specific mouse
[all...]
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com100 mouse.o
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/powerpc/
H A Dp2020ds.dts699 mouse@1 {
H A Dmpc8572ds.dts804 mouse@1 {

Completed in 97 milliseconds