Home
last modified time | relevance | path

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

12345678910>>...15

/freebsd-13.1/contrib/dialog/
H A Dyesno.c49 int button = dlg_default_button(); in dialog_yesno() local
103 buttons, button, FALSE, width); in dialog_yesno()
123 button = dlg_next_button(buttons, button); in dialog_yesno()
124 if (button < 0) in dialog_yesno()
125 button = 0; in dialog_yesno()
128 buttons, button, in dialog_yesno()
132 button = dlg_prev_button(buttons, button); in dialog_yesno()
133 if (button < 0) in dialog_yesno()
134 button = 0; in dialog_yesno()
137 buttons, button, in dialog_yesno()
[all …]
H A Dmsgbox.c49 int button; in dialog_msgbox() local
73 button = dlg_default_button(); in dialog_msgbox()
148 button = dlg_next_button(buttons, button); in dialog_msgbox()
149 if (button < 0) in dialog_msgbox()
150 button = 0; in dialog_msgbox()
153 buttons, button, in dialog_msgbox()
157 button = dlg_prev_button(buttons, button); in dialog_msgbox()
158 if (button < 0) in dialog_msgbox()
159 button = 0; in dialog_msgbox()
162 buttons, button, in dialog_msgbox()
[all …]
H A Dbuttons.c629 dlg_ok_buttoncode(int button) in dlg_ok_buttoncode() argument
773 if (button < -1) in dlg_next_button()
774 button = -1; in dlg_next_button()
777 ++button; in dlg_next_button()
779 button = MIN_BUTTON; in dlg_next_button()
781 return button; in dlg_next_button()
791 --button; in dlg_prev_button()
793 if (button < -1) in dlg_prev_button()
794 button = -1; in dlg_prev_button()
797 ++button; in dlg_prev_button()
[all …]
H A Dpause.c69 int button = dlg_default_button(); in dialog_pause() local
181 dlg_draw_buttons(dialog, height - 2, 0, buttons, button, FALSE, width); in dialog_pause()
215 button = dlg_next_button(buttons, button); in dialog_pause()
216 if (button < 0) in dialog_pause()
217 button = 0; in dialog_pause()
220 buttons, button, in dialog_pause()
224 button = dlg_prev_button(buttons, button); in dialog_pause()
225 if (button < 0) in dialog_pause()
226 button = 0; in dialog_pause()
229 buttons, button, in dialog_pause()
[all …]
H A Dmenubox.c514 if (button < 0) /* --visit-items */ in dlg_menu()
542 button = (key - M_EVENT); in dlg_menu()
552 if (button < 0 || !dialog_state.visit_items) { in dlg_menu()
572 button = j; in dlg_menu()
653 button = dlg_prev_button(buttons, button); in dlg_menu()
654 dlg_draw_buttons(dialog, height - 2, 0, buttons, button, in dlg_menu()
658 button = dlg_next_button(buttons, button); in dlg_menu()
659 dlg_draw_buttons(dialog, height - 2, 0, buttons, button, in dlg_menu()
665 result = dlg_ok_buttoncode(button); in dlg_menu()
667 result = dlg_enter_buttoncode(button); in dlg_menu()
[all …]
H A Dprogressbox.c286 int button; in pause_for_ok() local
295 button = dlg_default_button(); in pause_for_ok()
309 if (button < 0) in pause_for_ok()
310 button = 0; in pause_for_ok()
313 buttons, button, in pause_for_ok()
329 button = dlg_next_button(buttons, button); in pause_for_ok()
333 button = dlg_prev_button(buttons, button); in pause_for_ok()
337 result = dlg_ok_buttoncode(button); in pause_for_ok()
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/
H A Dgpio-mouse.txt15 - button-left-gpios: GPIO line handle to the left mouse button
16 - button-middle-gpios: GPIO line handle to the middle mouse button
17 - button-right-gpios: GPIO line handle to the right mouse button
29 button-left-gpios = <&gpio0 4 GPIO_ACTIVE_LOW>;
30 button-middle-gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
31 button-right-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
H A Dti,palmas-pwrbutton.txt1 Texas Instruments Palmas family power button module
7 This module provides a simple power button event via an Interrupt.
11 - "ti,palmas-pwrbutton": For Palmas compatible power on button
12 - interrupts: Interrupt number of power button submodule on device.
17 button should be kept pressed for Palmas to power off automatically.
21 which the power button should be kept pressed for Palmas to register
H A De3x0-button.txt1 National Instruments Ettus Research USRP E3x0 button driver
5 This module provides a simple power button event via two interrupts.
9 - "ettus,e3x0-button": For devices such as the NI Ettus Research USRP E3x0
18 button {
19 compatible = "ettus,e3x0-button";
H A Dadc-keys.txt15 Each button (key) is represented as a sub-node of "adc-keys":
32 button-up {
38 button-down {
44 button-enter {
/freebsd-13.1/usr.sbin/moused/
H A Dmoused.c1137 newaction.button = action0.button; in moused()
2341 a2->button = a1->button; in r_statetrans()
2372 a2->button &= in r_statetrans()
2516 int button; in r_timestamp() local
2543 if (act->button & button) { in r_timestamp()
2558 if (act->button & button) { in r_timestamp()
2570 button <<= 1; in r_timestamp()
2595 int button; in r_click() local
2607 if (act->button & button) { in r_click()
2621 button <<= 1; in r_click()
[all …]
/freebsd-13.1/contrib/expat/doc/
H A Dok.min.css2button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}button,input{overfl… selector
/freebsd-13.1/sys/contrib/device-tree/src/mips/ingenic/
H A Dgcw0.dts139 button@0 {
146 button@1 {
153 button@2 {
160 button@3 {
167 button@4 {
174 button@5 {
181 button@6 {
188 button@7 {
195 button@8 {
202 button@9 {
[all …]
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Ds3c6410-mini6410.dts75 button-k1 {
82 button-k2 {
89 button-k3 {
96 button-k4 {
103 button-k5 {
110 button-k6 {
117 button-k7 {
124 button-k8 {
H A Darmada-xp-lenovo-ix4-300d.dts142 power-button {
148 reset-button {
154 select-button {
160 scroll-button {
270 power_button_pin: power-button-pin {
275 reset_button_pin: reset-button-pin {
279 select_button_pin: select-button-pin {
284 scroll_button_pin: scroll-button-pin {
/freebsd-13.1/sys/dev/syscons/
H A Dsysmouse.c198 mouse_status.obutton = mouse_status.button; in smdev_ioctl()
269 mouse_status.button = info->u.data.buttons; in sysmouse_event()
279 mouse_status.button |= info->u.event.id; in sysmouse_event()
281 mouse_status.button &= ~info->u.event.id; in sysmouse_event()
291 | (mouse_status.obutton ^ mouse_status.button); in sysmouse_event()
297 smdev_evdev_write(x, y, z, mouse_status.button); in sysmouse_event()
305 | butmap[mouse_status.button & MOUSE_STDBUTTONS]; in sysmouse_event()
320 buf[7] = (~mouse_status.button >> 3) & 0x7f; in sysmouse_event()
/freebsd-13.1/contrib/dialog/samples/
H A Dpause-both7 --help-button \
8 --extra-button "$@" \
14 . ./report-button
H A Dsourcemage.rc45 # Active button color
48 # Inactive button color
51 # Active button key color
54 # Inactive button key color
57 # Active button label color
60 # Inactive button label color
H A Dtextbox-both15 --help-button \
16 --extra-button "$@" \
21 . ./report-button
H A Dsuse.rc45 # Active button color
48 # Inactive button color
51 # Active button key color
54 # Inactive button key color
57 # Active button label color
60 # Inactive button label color
H A Dwhiptail.rc45 # Active button color
48 # Inactive button color
51 # Active button key color
54 # Inactive button key color
57 # Active button label color
60 # Inactive button label color
H A Dslackware.rc45 # Active button color
48 # Inactive button color
51 # Active button key color
54 # Inactive button key color
57 # Active button label color
60 # Inactive button label color
H A Ddebian.rc46 # Active button color
49 # Inactive button color
52 # Active button key color
55 # Inactive button key color
58 # Active button label color
61 # Inactive button label color
/freebsd-13.1/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-gxbb-p200.dts30 button-home {
36 button-esc {
42 button-up {
48 button-down {
54 button-menu {
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Dcs42l42.txt55 enabling button detection interrupts. After auto-detection and before
56 servicing button interrupts, the HS bias needs time to settle. If you
57 don't wait, there is possibility for erroneous button interrupt.
63 receiving a button press interrupt. With level detect interrupts, you want
64 to wait a small amount of time to make sure the button press is making a
70 - cirrus,bias-lvls : For a level-detect headset button scheme, each button
71 will bias the mic pin to a certain voltage. To determine which button was

12345678910>>...15