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

12

/netbsd-current/external/mit/xorg/server/drivers/xf86-input-mouse/
H A DMakefile5 DRIVER= xf86-input-mouse
8 SRCS= mouse.c pnp.c bsd_mouse.c
15 INCS= xf86-mouse-properties.h
17 PKGCONFIG= xorg-mouse
18 PKGDIST.xorg-mouse= ${X11SRCDIR.${DRIVER}}
25 COPTS.mouse.c+= -Wno-error # XXX deprecated
/netbsd-current/etc/etc.sun2/
H A Dttyaction5 kd * chown ${USER}:tty /dev/kbd /dev/mouse /dev/fb
H A DMAKEDEV.conf21 # this hole in minors is for the keyboard and mouse
30 mkdev mouse c 13 0
/netbsd-current/etc/etc.sun3/
H A Dttyaction5 kd * chown ${USER}:tty /dev/kbd /dev/mouse /dev/fb
H A DMAKEDEV.conf21 mkdev mouse c 13 0
/netbsd-current/usr.sbin/wsmoused/
H A Daction.c57 int action_startup(struct mouse *m);
92 action_startup(struct mouse *m)
H A Dwsmoused.h47 struct mouse { struct
53 int m_disabled; /* Whether if the mouse is disabled or not */
62 int (*mb_startup)(struct mouse *);
H A Dselection.c62 int selection_startup(struct mouse *m);
96 /* The `selmouse' structure extends the `mouse' structure adding all fields
99 struct mouse *sm_mouse; /* Pointer to parent structure */
155 * support for mouse pointer and opens required files. */
157 selection_startup(struct mouse *m)
225 * former move the mouse across the screen and the later create a new
355 /* Device polling has timed out, so we hide the mouse to avoid further
367 /* Hides the mouse pointer, if visible. */
380 /* Shows the mouse pointer, if not visible. */
422 /* Adjust current mouse positio
[all...]
H A Dwsmoused.c68 static struct mouse Mouse;
225 /* Initializes mouse information. Basically, it opens required files
247 /* Opens the mouse device (if not already opened). The argument `secs'
260 /* Open mouse file descriptor */
300 * device and the mouse device; whenever an event is received, the
302 * times out (which only happens when the mouse is disabled), another
333 log_warn("failed to read from mouse stat");
348 log_warn("failed to read from mouse");
376 * handles the screen switch event to enable or disable the mouse,
524 * file, initializes the mouse an
[all...]
/netbsd-current/usr.sbin/screenblank/
H A Dscreenblank.c100 const char *kbd, *mouse, *display; local
165 mouse = _PATH_WSMOUSE;
189 mouse = _PATH_MOUSE;
204 * We don't need to open keyboard/mouse device for that.
212 /* Add the keyboard and mouse devices as necessary. */
216 add_dev(mouse, 0);
/netbsd-current/sys/arch/arc/include/
H A DMakefile17 math.h mcontext.h mips_opcode.h mouse.h mutex.h \
/netbsd-current/sbin/wsconsctl/
H A DMakefile5 mouse.c util.c wsconsctl.c edid.c vesagtf.o videomode.o
/netbsd-current/external/bsd/tmux/dist/
H A Dexample_tmux.conf33 # Turn the mouse on, but without copy mode dragging
34 set -g mouse on
/netbsd-current/etc/etc.sparc64/
H A DMAKEDEV.conf33 mkdev mouse c 13 0 666
/netbsd-current/etc/etc.sparc/
H A DMAKEDEV.conf29 mkdev mouse c 13 0 666
/netbsd-current/external/gpl2/texinfo/dist/util/
H A Dgen-dir-node66 In Emacs, you can click mouse button 2 on a menu item or cross reference
H A Dfix-info-dir184 In Emacs, you can click mouse button 2 on a menu item or cross reference
/netbsd-current/external/mit/xorg/server/xorg-server.old/hw/xfree86/common/
H A DMakefile106 IDRIVERS= mouse keyboard acecad calcomp citron digitaledge \
/netbsd-current/external/mit/xorg/server/xorg-server/hw/xfree86/common/
H A DMakefile95 IDRIVERS= mouse keyboard acecad calcomp citron digitaledge \
/netbsd-current/etc/
H A DMAKEDEV.tmpl90 # wsmouse* wscons mouse events
91 # lms* Logitech bus mouse
92 # mms* Microsoft bus mouse
93 # qms* "quadrature mouse"
94 # pms* PS/2 mouse
95 # mouse mouse (provides events, for X11)
120 # "mouse" ports, if configured.
136 # dc* PMAX 4 channel serial interface (kbd, mouse, modem, printer)
154 # dc* 4 channel serial interface (keyboard, mouse, mode
[all...]
/netbsd-current/etc/etc.vax/
H A DMAKEDEV.conf268 mkdev mouse c 40 2
/netbsd-current/sys/arch/arc/dev/
H A Dopms.c96 #include <machine/mouse.h>
118 /* mouse commands */
125 #define PMS_DEV_ENABLE 0xf4 /* mouse on */
126 #define PMS_DEV_DISABLE 0xf5 /* mouse off */
278 /* Block until mouse activity occurred. */
/netbsd-current/external/mit/xorg/server/drivers/
H A DMakefile9 xf86-input-mouse \
/netbsd-current/usr.sbin/moused/
H A Dmoused.c38 ** Mouse daemon : listens to a serial port, the bus mouse interface, or
39 ** the PS/2 mouse port for mouse data stream, interprets data and passes
42 ** The mouse interface functions are derived closely from the mouse
67 #include "mouse.h"
145 /* interface (the table must be ordered by MOUSE_IF_XXX in mouse.h) */
156 /* types (the table must be ordered by MOUSE_PROTO_XXX in mouse.h) */
316 /* the table must be ordered by MOUSE_PROTO_XXX in mouse.h */
350 int mfd; /* mouse fil
[all...]
/netbsd-current/lib/libcurses/
H A DMakefile27 meta.c mouse.c move.c \

Completed in 322 milliseconds

12