Home
last modified time | relevance | path

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

12345678910>>...29

/freebsd/contrib/bsddialog/lib/
H A Dtheme.c93 .button.minmargin = 1,
94 .button.maxmargin = 5,
95 .button.leftdelim = '[',
96 .button.rightdelim = ']',
97 .button.f_delimcolor = WHITE,
98 .button.delimcolor = WHITE,
99 .button.f_color = BLACK,
100 .button.color = WHITE,
101 .button.f_shortcutcolor = BLACK | A_UNDERLINE | A_BOLD,
102 .button.shortcutcolor = WHITE | A_UNDERLINE | A_BOLD
[all …]
H A Dlib_util.c225 width += (bs->nbuttons - 1) * t.button.minmargin; in buttons_min_width()
237 color_arrows = t.button.f_delimcolor; in draw_button()
238 color_shortkey = t.button.f_shortcutcolor; in draw_button()
239 color_button = t.button.f_color; in draw_button()
241 color_arrows = t.button.delimcolor; in draw_button()
242 color_shortkey = t.button.shortcutcolor; in draw_button()
243 color_button = t.button.color; in draw_button()
247 mvwaddch(window, y, x, t.button.leftdelim); in draw_button()
254 mvwaddch(window, y, x + i, t.button.rightdelim); in draw_button()
278 newmargin = MIN(newmargin, t.button.maxmargin); in draw_buttons()
[all …]
/freebsd/usr.sbin/bsdinstall/partedit/
H A Ddiskmenu.c73 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.right1_label = "Auto"; in diskmenu_show()
80 conf.button.right2_label = "Finish"; in diskmenu_show()
81 conf.button.default_label = "Finish"; in diskmenu_show()
H A Dpart_wizard.c133 int i, button, fd, selected, n = 0; in boot_disk_select() local
200 button = bsddialog_menu(&conf, in boot_disk_select()
204 chosen = (button == BSDDIALOG_OK) ? in boot_disk_select()
281 conf.button.ok_label = "Entire Disk"; in wizard_partition()
282 conf.button.cancel_label = "Partition"; in wizard_partition()
284 conf.button.default_cancel = true; in wizard_partition()
293 conf.button.ok_label = NULL; in wizard_partition()
294 conf.button.cancel_label = NULL; in wizard_partition()
295 conf.button.default_cancel = false; in wizard_partition()
399 conf.button.ok_label = "Another Disk"; in wizard_makeparts()
[all …]
/freebsd/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";
/freebsd/contrib/bsddialog/utility/
H A Dutil_theme.c142 "theme.button.minmargin", UINT, &t.button.minmargin},
143 {"", "theme.button.maxmargin", UINT, &t.button.maxmargin},
144 {"", "theme.button.leftdelim", CHAR, &t.button.leftdelim},
145 {"", "theme.button.rightdelim", CHAR, &t.button.rightdelim},
146 {"", "theme.button.f_delimcolor", COLOR, &t.button.f_delimcolor},
147 {"", "theme.button.delimcolor", COLOR, &t.button.delimcolor},
148 {"", "theme.button.f_color", COLOR, &t.button.f_color},
149 {"", "theme.button.color", COLOR, &t.button.color},
150 {"", "theme.button.f_shortcutcolor", COLOR, &t.button.f_shortcutcolor},
151 {"", "theme.button.shortcutcolor", COLOR, &t.button.shortcutcolor},
[all …]
H A Dutil_cli.c365 conf->button.always_active = true; in parseargs()
421 conf->button.cancel_label = optarg; in parseargs()
452 conf->button.default_label = optarg; in parseargs()
458 conf->button.default_cancel = true; in parseargs()
472 conf->button.ok_label = optarg; in parseargs()
475 conf->button.with_extra = true; in parseargs()
482 conf->button.extra_label = optarg; in parseargs()
485 conf->button.with_help = true; in parseargs()
494 conf->button.help_label = optarg; in parseargs()
528 conf->button.left1_label = optarg; in parseargs()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h700-anbernic-rg35xx-2024.dts37 button-a {
44 button-b {
51 button-down {
58 button-l1 {
65 button-l2 {
72 button-left {
79 button-menu {
86 button-r1 {
93 button-r2 {
100 button-right {
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3566-anbernic-rg-arc.dtsi130 * Device uses a non-standard six button layout for a gamepad with X,
135 button-a {
141 button-b {
147 button-c {
153 button-left {
159 button-r1 {
165 button-r2 {
171 button-right {
177 button-x {
183 button-y {
[all …]
/freebsd/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/sys/contrib/device-tree/src/mips/ingenic/
H A Dgcw0.dts135 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 {
192 label = "Left shoulder button";
[all …]
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm4708-buffalo-wxr-1750dhp.dts25 button-aoss {
31 /* GPIO 3 is a switch button with AUTO / MANUAL. */
32 button-manual {
39 button-restart {
45 /* GPIO 8 and 9 are a tri-state switch button with
48 button-router {
55 button-wb {
H A Dbcm4709-buffalo-wxr-1900dhp.dts81 button-power {
87 button-restart {
93 button-aoss {
100 button-mode {
107 button-sw-ap {
113 button-eject {
/freebsd/usr.sbin/moused/msconvd/
H A Dmsconvd.c711 action.button, action.obutton); in msconvd()
861 if ((act->button & mask) == (act->obutton & mask)) in r_uinput_report()
864 (act->button & mask) != 0) < 0) in r_uinput_report()
1469 act->obutton = act->button; in r_protocol()
1471 act->button = (1 << (rBuf - 13)) in r_protocol()
1496 act->obutton = act->button; in r_protocol()
1497 act->button = butmapintelli[(rBuf & MOUSE_MSS_BUTTONS) >> 4] in r_protocol()
1503 act->obutton = act->button; in r_protocol()
1504 act->button = butmapmss2[(rBuf & MOUSE_MSS_BUTTONS) >> 4] in r_protocol()
1510 | (act->obutton ^ act->button); in r_protocol()
[all …]
/freebsd/contrib/bsddialog/
H A DCHANGELOG42 If conf.button.always_active is true the form is closes immediatly.
118 * add: --left1-button <label>.
119 * add: --left2-button <label>.
120 * add: --left3-button <label>.
121 * add: --right1-button <label>.
122 * add: --right2-button <label>.
123 * add: --right3-button <label>.
163 * improve: --bikeshed with button delimiter and --date-format.
164 * improve: --textbox accepts button options.
165 * improve: Forms with Help button.
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12b-odroid-go-ultra.dts87 volume-up-button {
92 volume-down-button {
97 dpad-up-button {
102 dpad-down-button {
107 dpad-left-button {
112 dpad-right-button {
117 a-button {
122 b-button {
127 y-button {
132 x-button {
[all …]
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Ds3c6410-mini6410.dts67 button-k1 {
74 button-k2 {
81 button-k3 {
88 button-k4 {
95 button-k5 {
102 button-k6 {
109 button-k7 {
116 button-k8 {
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-dnskw.dtsi15 button-power {
16 label = "Power button";
20 button-eject {
21 label = "USB unmount button";
25 button-reset {
26 label = "Reset button";
83 pmx_button_power: pmx-button-power {
131 pmx_button_unmount: pmx-button-unmount {
135 pmx_button_reset: pmx-button-reset {
/freebsd/usr.sbin/moused/moused/
H A Dmoused.c1002 action0.button = action0.obutton; in moused()
1010 action.flags, action.button, action.obutton); in moused()
1012 action0.obutton = action0.button; in moused()
1082 if (action0.button == MOUSE_BUTTON2DOWN) { in moused()
1084 action.flags, action.button, action.obutton); in moused()
1087 action.flags, action.button, action.obutton); in moused()
1094 A(action0.button & MOUSE_BUTTON1DOWN, in moused()
1095 action0.button & MOUSE_BUTTON3DOWN)); in moused()
1097 action.button, action.obutton); in moused()
1099 action0.obutton = action0.button; in moused()
[all …]
/freebsd/sys/dev/syscons/
H A Dsysmouse.c204 mouse_status.obutton = mouse_status.button; in smdev_ioctl()
275 mouse_status.button = info->u.data.buttons; in sysmouse_event()
285 mouse_status.button |= info->u.event.id; in sysmouse_event()
287 mouse_status.button &= ~info->u.event.id; in sysmouse_event()
297 | (mouse_status.obutton ^ mouse_status.button); in sysmouse_event()
303 smdev_evdev_write(x, y, z, mouse_status.button); in sysmouse_event()
313 | butmap[mouse_status.button & MOUSE_STDBUTTONS]; in sysmouse_event()
328 buf[7] = (~mouse_status.button >> 3) & 0x7f; in sysmouse_event()
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32h747i-disco.dts65 button-0 {
70 button-1 {
75 button-2 {
80 button-3 {
85 button-4 {
90 button-5 {
/freebsd/sys/contrib/device-tree/src/arm64/apple/
H A Ds800x-ipad5.dtsi17 button-home {
24 button-power {
31 button-voldown {
37 button-volup {
H A Ds8001-pro.dtsi18 button-home {
25 button-power {
32 button-voldown {
38 button-volup {

12345678910>>...29