Home
last modified time | relevance | path

Searched refs:button (Results 1 – 25 of 57) sorted by relevance

123

/openbsd-src/sys/dev/hil/
H A Dhilms.c223 int dx, dy, dz, button; in hilms_callback() local
305 button = *buf; in hilms_callback()
317 button = (button - 0x80) >> 1; in hilms_callback()
318 if (button > 4) in hilms_callback()
319 button = 4; in hilms_callback()
323 sc->sc_buttonstate &= ~(1 << button); in hilms_callback()
326 sc->sc_buttonstate |= (1 << button); in hilms_callback()
/openbsd-src/gnu/llvm/libcxx/utils/data/unicode/
H A Demoji-data.txt37 23CF ; Emoji # E1.0 [1] (⏏️) eject button
38 23E9..23EC ; Emoji # E0.6 [4] (⏩..⏬) fast-forward button..fast down button
39 23ED..23EE ; Emoji # E0.7 [2] (⏭️..⏮️) next track button..last track button
40 23EF ; Emoji # E1.0 [1] (⏯️) play or pause button
44 23F8..23FA ; Emoji # E0.7 [3] (⏸️..⏺️) pause button..record button
47 25B6 ; Emoji # E0.6 [1] (▶️) play button
48 25C0 ; Emoji # E0.6 [1] (◀️) reverse button
106 2705 ; Emoji # E0.6 [1] (✅) check mark button
120 274E ; Emoji # E0.6 [1] (❎) cross mark button
136 3297 ; Emoji # E0.6 [1] (㊗️) Japanese “congratulations” button
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/unicore/emoji/
H A Demoji.txt37 23CF ; Emoji # E1.0 [1] (⏏️) eject button
38 23E9..23EC ; Emoji # E0.6 [4] (⏩..⏬) fast-forward button..fast down button
39 23ED..23EE ; Emoji # E0.7 [2] (⏭️..⏮️) next track button..last track button
40 23EF ; Emoji # E1.0 [1] (⏯️) play or pause button
44 23F8..23FA ; Emoji # E0.7 [3] (⏸️..⏺️) pause button..record button
47 25B6 ; Emoji # E0.6 [1] (▶️) play button
48 25C0 ; Emoji # E0.6 [1] (◀️) reverse button
106 2705 ; Emoji # E0.6 [1] (✅) check mark button
120 274E ; Emoji # E0.6 [1] (❎) cross mark button
136 3297 ; Emoji # E0.6 [1] (㊗️) Japanese “congratulations” button
[all …]
/openbsd-src/usr.sbin/wsmoused/
H A Dmouse_protocols.c926 act->obutton = act->button; in mouse_protocol()
927 act->button = butmapintelli[(rBuf & MOUSE_MSS_BUTTONS) >> 4] in mouse_protocol()
933 act->obutton = act->button; in mouse_protocol()
934 act->button = butmapmss2[(rBuf & MOUSE_MSS_BUTTONS) >> 4] in mouse_protocol()
940 MOUSE_POSCHANGED : 0) | (act->obutton ^ act->button); in mouse_protocol()
961 act->obutton = act->button; in mouse_protocol()
969 act->button = (act->obutton & (MOUSE_BUTTON2DOWN | MOUSE_BUTTON4DOWN)) in mouse_protocol()
976 act->button = butmapmsc[(~pBuf[0]) & MOUSE_MSC_BUTTONS]; in mouse_protocol()
982 act->button = butmaphit[pBuf[0] & 0x07]; in mouse_protocol()
989 act->button = butmapmsc[pBuf[0] & MOUSE_MSC_BUTTONS]; in mouse_protocol()
[all …]
H A Dwsmoused.c336 int button, i, mask; in split_event() local
367 button = MOUSE_BUTTON1DOWN; in split_event()
370 event.type = (act->button & button) ? in split_event()
375 button <<= 1; in split_event()
H A Dmouse_protocols.h192 int button; /* button status */ member
/openbsd-src/sys/dev/wscons/
H A Dwstpad.c219 u_int button; member
769 return ((tp->tap.button || tp->tap.pending) && tp->tap.masked == 0); in tap_unmask()
822 if (tp->tap.button) in wstpad_tap()
832 if (contacts == 0 && tp->tap.button) in wstpad_tap()
836 } else if (!is_tap && tp->tap.button) { in wstpad_tap()
850 if (tp->tap.button) in wstpad_tap()
885 input->sbtn.buttons &= ~tp->tap.button; in wstpad_tap()
886 input->sbtn.sync |= tp->tap.button; in wstpad_tap()
888 tp->tap.button = 0; in wstpad_tap()
897 return ((tp->tap.button & (input->btn.buttons | tp->softbutton)) == 0 in wstpad_tap_sync()
[all …]
H A Dwsmouse.c975 int button, ev_type;
979 button = ffs(sync) - 1; in wsmouse_btn_sync()
980 bit = (1 << button); in wsmouse_btn_sync()
982 wsmouse_evq_put(evq, ev_type, button); in wsmouse_btn_sync()
978 int button, ev_type; wsmouse_btn_sync() local
/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.pm532 my ($button, $ret, $only) = @_;
534 $button = [$button, $only ? 0x400 : 0] unless ref $button eq 'ARRAY';
535 push @$button, 0x400 if @$button == 1; # BS_PUSHBUTTON|BS_DEFAULT
537 unless @$button == 2;
538 pack "Z71 x L l", $button->[0], $ret, $button->[1]; # name, retval, flag
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dgit-deltatool294 my ($button) = $item =~ m{\((.)\)};
295 die "No key shortcut found for '$item'" unless $button;
296 die "Duplicate key shortcut found for '$item'" if $keymap{lc $button};
298 $valid .= lc $button;
299 $keymap{lc $button} = $c;
/openbsd-src/lib/libcurses/base/
H A Dlib_mouse.c236 write_event(SCREEN *sp, int down, int button, int x, int y) in write_event() argument
242 buf[3] = ' ' + (button - 1) + (down ? 0 : 0x40); in write_event()
944 if (button & 0x40) { \
960 handle_wheel(SCREEN *sp, MEVENT * eventp, int button, int wheel) in handle_wheel() argument
964 switch (button & 3) { in handle_wheel()
1013 int button = 0; in decode_X10_bstate() local
1020 button = (int) (intro - 152); /* buttons 8-11 */ in decode_X10_bstate()
1022 button = (int) (intro - 92); /* buttons 4-7 */ in decode_X10_bstate()
1025 button = (intro & 3); in decode_X10_bstate()
1028 if (button > MAX_BUTTONS) { in decode_X10_bstate()
/openbsd-src/distrib/notes/macppc/
H A Dprep28 the serial console, hold down the System Identifier button while
29 pressing the Power button. When the upper LED bank begins lighting
31 press the System Identifier button until the seventh LED from
33 System Identifier button for two seconds. For more details, read:
/openbsd-src/sys/dev/i2c/
H A Diatp.c175 uint8_t button; member
561 * generic gpio pin, mapped to touchpad button(s) in iatp_init()
567 /* find this machine's button config */ in iatp_init()
583 "button map device \"%s\"/\"%s\" on %s: " in iatp_init()
849 sc->button = !(msg[1] & (1 << sc->t19_button_bit)); in iatp_t19_proc_msg()
851 DPRINTF(("%s: button is %d\n", sc->sc_dev.dv_xname, sc->button)); in iatp_t19_proc_msg()
854 wsmouse_buttons(sc->sc_wsmousedev, sc->button); in iatp_t19_proc_msg()
912 "button=%d\n", sc->sc_dev.dv_xname, type, x, y, id, in iatp_t100_proc_msg()
913 pressure, sc->button)); in iatp_t100_proc_msg()
[all...]
/openbsd-src/sys/dev/usb/
H A Dubcmtp.c58 uint8_t button; member
863 pkt->unused, pkt->button, pkt->rel_x, pkt->rel_y); in ubcmtp_bt_intr()
865 if (pkt->button != sc->btn) { in ubcmtp_bt_intr()
866 sc->btn = pkt->button; in ubcmtp_bt_intr()
/openbsd-src/games/quiz/datfiles/
H A Dflowers3 Bachelor's button:Celibacy
H A Dbard118 Pray you undo this button{.}{ Thank you{,} sir{.}}:\
/openbsd-src/gnu/usr.bin/texinfo/util/
H A Dgen-dir-node64 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
/openbsd-src/sys/dev/acpi/
H A Dfiles.acpi28 # button device
263 # Intel HID event and 5-button array
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20020430-1.c27 unsigned int button; member
/openbsd-src/usr.bin/file/magdir/
H A Dwordprocessors44 >8 short 332 WordPerfect button bar
/openbsd-src/distrib/notes/armv7/
H A Dprep43 the small button located by the SD card slot while powering on the board.
/openbsd-src/gnu/llvm/llvm/docs/
H A DPhabricator.rst252 click the Submit button.
255 When you're done, click the Submit button.
420 Submit button to finish closing the review.
/openbsd-src/sys/arch/macppc/conf/
H A DGENERIC143 sysbutton* at macgpio? # Xserve system id button.
150 abtn* at adb? # ADB button?
/openbsd-src/gnu/usr.bin/texinfo/doc/
H A Dinfo.texi264 mouse button on the @samp{Next} link to do the same ``the mouse way''.
279 (in Emacs) click the middle mouse button on the @samp{Prev} link.
297 >> Now do an @kbd{n}, or (in Emacs) click the middle mouse button on
348 clicking the middle mouse button on the link.
426 >> Now type @kbd{n}, or click the middle mouse button on the @samp{Next} link,
621 the middle mouse button directly on the subtopic line to go there.
694 @kbd{Mouse-2} is the second button of your mouse counting from the
695 left---the middle button on a 3-button mouse. (On a 2-button mouse,
697 button''.) The message tells you pressing @kbd{Mouse-2} with the

123