/titanic_41/usr/src/uts/common/io/vuidmice/ |
H A D | vuidm4p.c | 87 if ((STATEP->buttons & mask) != (STATEP->oldbuttons & mask)) in vuidm4p_sendButtonEvent() 89 ((STATEP->buttons & mask) ? 1 : 0)); in vuidm4p_sendButtonEvent() 131 STATEP->buttons = 0; in vuidm4p() 134 STATEP->buttons |= in vuidm4p() 170 STATEP->buttons |= in vuidm4p() 184 if (STATEP->buttons != STATEP->oldbuttons) { in vuidm4p() 191 STATEP->oldbuttons = STATEP->buttons; in vuidm4p() 245 STATEP->buttons |= MOUSE_BUTTON_M; in vuidm4p() 247 STATEP->buttons &= ~MOUSE_BUTTON_M; in vuidm4p() 262 if (STATEP->oldbuttons != STATEP->buttons) { in vuidm4p() [all …]
|
H A D | vuidm3p.c | 67 if ((STATEP->buttons == 0x30) && (!STATEP->oldbuttons)) { in vuidm3p_sendButtonEvent() 74 } else if ((!STATEP->buttons) && (STATEP->oldbuttons == 0x30)) { in vuidm3p_sendButtonEvent() 89 if ((STATEP->buttons & mask) != (STATEP->oldbuttons & mask)) in vuidm3p_sendButtonEvent() 91 (STATEP->buttons & mask ? 1 : 0)); in vuidm3p_sendButtonEvent() 128 STATEP->buttons = code & 0x30; in vuidm3p() 130 if (STATEP->buttons != STATEP->oldbuttons) { in vuidm3p() 135 STATEP->oldbuttons = STATEP->buttons; in vuidm3p()
|
H A D | vuidm5p.c | 73 if ((STATEP->buttons&mask) != (STATEP->oldbuttons&mask)) in vuidm5p_sendButtonEvent() 75 (STATEP->buttons & mask ? 1 : 0)); in vuidm5p_sendButtonEvent() 106 STATEP->buttons = (~code) & LOGI_BMASK; in vuidm5p() 184 if (STATEP->buttons != STATEP->oldbuttons) { in vuidm5p() 189 STATEP->oldbuttons = STATEP->buttons; in vuidm5p()
|
H A D | vuidps2.c | 195 if ((STATEP->buttons & mask) != (STATEP->oldbuttons & mask)) in sendButtonEvent() 197 (STATEP->buttons & mask ? 1 : 0)); in sendButtonEvent() 411 STATEP->buttons = code & PS2_BUTTONMASK; in VUID_QUEUE() 412 if (STATEP->buttons != STATEP->oldbuttons) { in VUID_QUEUE() 414 STATEP->oldbuttons = STATEP->buttons; in VUID_QUEUE()
|
H A D | vuidmice.h | 35 uchar_t buttons; /* current button state */ member
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/util/ |
H A D | ChoiceDialog.java | 138 String[] buttons = {"button one", "button two"}; in main() local 139 ChoiceDialog c1 = new ChoiceDialog(frame, "Hi", lines, buttons, in main()
|
/titanic_41/usr/src/cmd/hal/fdi/ |
H A D | Makefile | 46 policy/10osvendor/10-toshiba-buttons.fdi \
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/ |
H A D | KdcGui.java | 726 String[] buttons = new String[1]; in fatalError() local 727 buttons[0] = getString("OK"); in fatalError() 728 ChoiceDialog cd = new ChoiceDialog(frame, title, text, buttons); in fatalError() 2687 String[] buttons = new String[1]; in showDialog() local 2688 buttons[0] = getString("OK"); in showDialog() 2689 ChoiceDialog cd = new ChoiceDialog(frame, title, lines, buttons); in showDialog() 2718 String[] buttons = {getString("OK")}; in showDataFormatError() local 2734 buttons, p.x, p.y); in showDataFormatError() 2745 String[] buttons = new String[2]; in confirmAction() local 2746 buttons[0] = getString("OK"); in confirmAction() [all …]
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | service-hal.mf | 96 file path=etc/hal/fdi/policy/10osvendor/10-toshiba-buttons.fdi mode=0444 \
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | caps | 126 buttons, "btns" "BT" Number of buttons on the mouse
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 136 buttons btns BT number Number of buttons on mouse
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 136 buttons btns BT number Number of buttons on mouse
|
/titanic_41/usr/src/data/hwdata/ |
H A D | usb.ids | 956 0034 109 Japanese Keyboard with One-touch start buttons 957 003f Wireless Keyboard with One-touch start buttons 960 004f Wireless Keyboard with One-touch start buttons 970 0094 Japanese Keyboard with One-touch start buttons
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 9778 # bezel buttons for the 5430/pt505 terminal. The "kf" designations do 9779 # not appear on the screen but are shown to reference the bezel buttons. 9780 # The "CMD", "MAIL", and "REDRAW" buttons are shown in their approximate 9815 # Note: XXXX represents the screen buttons 9908 # string= Label for phone buttons
|
H A D | terminfo.src | 11100 # bezel buttons for the 5430/pt505 terminal. The "kf" designations do 11101 # not appear on the screen but are shown to reference the bezel buttons. 11102 # The "CMD", "MAIL", and "REDRAW" buttons are shown in their approximate 11137 # Note: XXXX represents the screen buttons 11230 # string= Label for phone buttons
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 14638 control-method buttons in dmesg. Buttons are also subtyped (e.g. 14721 Resolved issue with /proc events for fixed-feature buttons showing
|