Searched refs:button (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpower.conf27 name="power" parent="pseudo" instance=0 button=1 ddi-forceattach=1;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmouse.h34 int button; member in struct:__anon4458
H A Dmouse.c213 if ((m.button = mygetch()) == '0') { /* if scroll bar */
223 m.button = mygetch();
237 /* get a row or column coordinate from a mouse button click or sweep */
H A Dcommand.c105 /* if the button number is a scrollbar tag */
106 if (p->button == '0') {
570 /* if the button number is a scrollbar tag */
571 if (p->button == '0') {
/illumos-gate/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-power-hibernate-sunos.sh22 for type in button battery ac_adapter
H A Dhal-system-power-suspend-sunos.sh33 for type in button battery ac_adapter
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtgetch.c287 /* mouse button event */
291 ((Mouse_status.button[2] !=
292 old_mouse.button[2]) << 2) |
293 ((Mouse_status.button[1] !=
294 old_mouse.button[1]) << 1) |
295 (Mouse_status.button[0] !=
296 old_mouse.button[0]));
331 * SS-mouse support: if mouse button event
363 /* the first character identifies what button is involved (1,2,or 3) */
367 * -3: not a mouse button even
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs547 Allows a process to modify pointer button and key mappings.

Completed in 3901 milliseconds