| /freebsd-14.2/contrib/bsddialog/lib/ |
| H A D | theme.c | 74 .button.minmargin = 1, 219 dst->button.minmargin = src->button.minmargin; in set_theme() 220 dst->button.maxmargin = src->button.maxmargin; in set_theme() 221 dst->button.leftdelim = src->button.leftdelim; in set_theme() 222 dst->button.rightdelim = src->button.rightdelim; in set_theme() 223 dst->button.f_delimcolor = src->button.f_delimcolor; in set_theme() 224 dst->button.delimcolor = src->button.delimcolor; in set_theme() 225 dst->button.f_color = src->button.f_color; in set_theme() 226 dst->button.color = src->button.color; in set_theme() 227 dst->button.f_shortcutcolor = src->button.f_shortcutcolor; in set_theme() [all …]
|
| H A D | lib_util.c | 174 hconf.button.ok_label = "EXIT"; in f1help() 199 color_arrows = t.button.f_delimcolor; in draw_button() 201 color_button = t.button.f_color; in draw_button() 203 color_arrows = t.button.delimcolor; in draw_button() 205 color_button = t.button.color; in draw_button() 244 margin = t.button.minmargin; in draw_buttons() 276 conf->button.ok_label : yesoklabel; in get_buttons() 281 if (conf->button.with_extra) { in get_buttons() 292 if (conf->button.default_cancel) in get_buttons() 297 if (conf->button.with_help) { in get_buttons() [all …]
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | msgbox.c | 49 int button; in dialog_msgbox() local 72 button = dlg_default_button(); in dialog_msgbox() 146 button = dlg_next_button(buttons, button); in dialog_msgbox() 147 if (button < 0) in dialog_msgbox() 148 button = 0; in dialog_msgbox() 151 buttons, button, in dialog_msgbox() 155 button = dlg_prev_button(buttons, button); in dialog_msgbox() 156 if (button < 0) in dialog_msgbox() 157 button = 0; in dialog_msgbox() 160 buttons, button, in dialog_msgbox() [all …]
|
| H A D | yesno.c | 48 int button = dlg_default_button(); in dialog_yesno() local 95 buttons, button, FALSE, width); in dialog_yesno() 119 button = dlg_next_button(buttons, button); in dialog_yesno() 120 if (button < 0) in dialog_yesno() 121 button = 0; in dialog_yesno() 124 buttons, button, in dialog_yesno() 128 button = dlg_prev_button(buttons, button); in dialog_yesno() 129 if (button < 0) in dialog_yesno() 130 button = 0; in dialog_yesno() 133 buttons, button, in dialog_yesno() [all …]
|
| H A D | pause.c | 69 int button = dlg_default_button(); in dialog_pause() local 214 button = dlg_next_button(buttons, button); in dialog_pause() 215 if (button < 0) in dialog_pause() 216 button = 0; in dialog_pause() 219 buttons, button, in dialog_pause() 223 button = dlg_prev_button(buttons, button); in dialog_pause() 224 if (button < 0) in dialog_pause() 225 button = 0; in dialog_pause() 228 buttons, button, in dialog_pause() 232 result = dlg_enter_buttoncode(button); in dialog_pause() [all …]
|
| H A D | buttons.c | 660 dlg_ok_buttoncode(int button) in dlg_ok_buttoncode() argument 806 if (button < -1) in dlg_next_button() 807 button = -1; in dlg_next_button() 810 ++button; in dlg_next_button() 812 button = MIN_BUTTON; in dlg_next_button() 814 return button; in dlg_next_button() 824 --button; in dlg_prev_button() 826 if (button < -1) in dlg_prev_button() 827 button = -1; in dlg_prev_button() 830 ++button; in dlg_prev_button() [all …]
|
| H A D | progressbox.c | 289 int button; in pause_for_ok() local 300 button = dlg_default_button(); in pause_for_ok() 316 if (button < 0) in pause_for_ok() 317 button = 0; in pause_for_ok() 320 buttons, button, in pause_for_ok() 326 if (!dlg_button_key(result, &button, &key, &fkey)) in pause_for_ok() 338 button = dlg_next_button(buttons, button); in pause_for_ok() 342 button = dlg_prev_button(buttons, button); in pause_for_ok() 346 result = dlg_ok_buttoncode(button); in pause_for_ok()
|
| /freebsd-14.2/usr.sbin/bsdinstall/partedit/ |
| H A D | diskmenu.c | 73 conf.button.ok_label = "Create"; in diskmenu_show() 74 conf.button.with_extra = true; in diskmenu_show() 75 conf.button.extra_label = "Delete"; in diskmenu_show() 76 conf.button.cancel_label = "Modify"; in diskmenu_show() 77 conf.button.with_help = true; in diskmenu_show() 78 conf.button.help_label = "Revert"; in diskmenu_show() 79 conf.button.generic1_label = "Auto"; in diskmenu_show() 80 conf.button.generic2_label = "Finish"; in diskmenu_show() 81 conf.button.default_label = "Finish"; in diskmenu_show()
|
| H A D | part_wizard.c | 112 int i, button, fd, selected, n = 0; in boot_disk_select() local 179 button = bsddialog_menu(&conf, in boot_disk_select() 183 chosen = (button == BSDDIALOG_OK) ? in boot_disk_select() 260 conf.button.ok_label = "Entire Disk"; in wizard_partition() 261 conf.button.cancel_label = "Partition"; in wizard_partition() 263 conf.button.default_cancel = true; in wizard_partition() 272 conf.button.ok_label = NULL; in wizard_partition() 273 conf.button.cancel_label = NULL; in wizard_partition() 274 conf.button.default_cancel = false; in wizard_partition() 378 conf.button.ok_label = "Another Disk"; in wizard_makeparts() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/input/ |
| H A D | gpio-mouse.txt | 15 - 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 D | ti,palmas-pwrbutton.txt | 1 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 D | e3x0-button.txt | 1 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 D | gpio-keys.yaml | 26 …"^(button|event|key|switch|(button|event|key|switch)-[a-z0-9-]+|[a-z0-9-]+-(button|event|key|switc… 48 value is sent for events this button generates when pressed. 52 as a signed 32 bit value, e.g. to make a button generate a 85 Indicates that button is connected to dedicated (not shared) interrupt 86 which can be disabled to suppress events from the button.
|
| /freebsd-14.2/contrib/bsddialog/ |
| H A D | util_theme.c | 91 { "theme.button.minmargin", UINT, &t.button.minmargin}, 92 { "theme.button.maxmargin", UINT, &t.button.maxmargin}, 93 { "theme.button.leftdelim", CHAR, &t.button.leftdelim}, 94 { "theme.button.rightdelim", CHAR, &t.button.rightdelim}, 95 { "theme.button.delimcolor", COLOR, &t.button.delimcolor}, 97 { "theme.button.color", COLOR, &t.button.color}, 98 { "theme.button.f_color", COLOR, &t.button.f_color}, 329 t.button.minmargin = 1, in bikeshed() 330 t.button.maxmargin = 5, in bikeshed() 331 t.button.leftdelim = '[', in bikeshed() [all …]
|
| /freebsd-14.2/usr.sbin/moused/ |
| H A D | moused.c | 1135 newaction.button = action0.button; in moused() 2339 a2->button = a1->button; in r_statetrans() 2370 a2->button &= in r_statetrans() 2514 int button; in r_timestamp() local 2541 if (act->button & button) { in r_timestamp() 2556 if (act->button & button) { in r_timestamp() 2568 button <<= 1; in r_timestamp() 2593 int button; in r_click() local 2605 if (act->button & button) { in r_click() 2619 button <<= 1; in r_click() [all …]
|
| /freebsd-14.2/contrib/expat/doc/ |
| H A D | ok.min.css | 2 …button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}button,input{overfl… selector
|
| /freebsd-14.2/sys/contrib/device-tree/src/mips/ingenic/ |
| H A D | gcw0.dts | 135 button-0 { 142 button-1 { 149 button-2 { 156 button-3 { 163 button-4 { 170 button-5 { 177 button-6 { 184 button-7 { 191 button-8 { 198 button-9 { [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | s3c6410-mini6410.dts | 67 button-k1 { 74 button-k2 { 81 button-k3 { 88 button-k4 { 95 button-k5 { 102 button-k6 { 109 button-k7 { 116 button-k8 {
|
| H A D | bcm4709-buffalo-wxr-1900dhp.dts | 81 button-power { 87 button-restart { 93 button-aoss { 100 button-mode { 107 button-sw-ap { 113 button-eject {
|
| H A D | aspeed-bmc-facebook-greatlakes.dts | 256 /*F0-F7*/ "slot1-bmc-reset-button","slot2-bmc-reset-button", 257 "slot3-bmc-reset-button","slot4-bmc-reset-button", 263 /*I0-I7*/ "","","","","","","bb-bmc-button","", 278 /*V0-V7*/ "bmc-slot1-ac-button","bmc-slot2-ac-button", 279 "bmc-slot3-ac-button","bmc-slot4-ac-button",
|
| /freebsd-14.2/sys/dev/syscons/ |
| H A D | sysmouse.c | 196 mouse_status.obutton = mouse_status.button; in smdev_ioctl() 267 mouse_status.button = info->u.data.buttons; in sysmouse_event() 277 mouse_status.button |= info->u.event.id; in sysmouse_event() 279 mouse_status.button &= ~info->u.event.id; in sysmouse_event() 289 | (mouse_status.obutton ^ mouse_status.button); in sysmouse_event() 295 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-14.2/contrib/dialog/samples/ |
| H A D | pause-both | 7 --help-button \ 8 --extra-button "$@" \ 14 . ./report-button
|
| H A D | sourcemage.rc | 45 # 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
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/amlogic/ |
| H A D | meson-g12b-odroid-go-ultra.dts | 97 dpad-up-button { 117 a-button { 122 b-button { 127 y-button { 132 x-button { 137 f1-button { 142 f2-button { 147 f3-button { 152 f4-button { 157 f5-button { [all …]
|
| H A D | meson-gxbb-p200.dts | 30 button-home { 36 button-esc { 42 button-up { 48 button-down { 54 button-menu {
|