| /freebsd/contrib/bsddialog/lib/ |
| H A D | theme.c | 93 .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 D | bsddialog.3 | 404 } button; 537 .It Fa conf.button.always_active 545 .It Fa conf.button.left1_label 546 add a button with the specified label. 547 .It Fa conf.button.left2_label 548 add a button with the specified label. 549 .It Fa conf.button.left3_label 550 add a button with the specified label. 551 .It Fa conf.button.without_ok 552 disable OK button. [all …]
|
| /freebsd/contrib/bsddialog/utility/ |
| H A D | bsddialog.1 | 110 Colors, title delimiter, button delimiter; see theme features. 125 button. 129 button. 158 .It Fl Fl default-button Ar label 159 Focus on the button with 171 button on startup. 182 .It Fl Fl extra-button 183 Add a button with 189 button. 195 button. [all …]
|
| H A D | util_theme.c | 142 "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 D | util_cli.c | 172 {"default-button", required_argument, NULL, DEFAULT_BUTTON}, 179 {"extra-button", no_argument, NULL, EXTRA_BUTTON}, 182 {"help-button", no_argument, NULL, HELP_BUTTON}, 199 {"left1-button", required_argument, NULL, LEFT1_BUTTON}, 201 {"left2-button", required_argument, NULL, LEFT2_BUTTON}, 203 {"left3-button", required_argument, NULL, LEFT3_BUTTON}, 227 {"right1-button", required_argument, NULL, RIGHT1_BUTTON}, 229 {"right2-button", required_argument, NULL, RIGHT2_BUTTON}, 231 {"right3-button", required_argument, NULL, RIGHT3_BUTTON}, 292 " --date-format <format>,\n --default-button <label>," in usage() [all …]
|
| /freebsd/contrib/ncurses/man/ |
| H A D | curs_mouse.3x | 70 \fB mmask_t bstate; \fI/* button state bits */ 179 BUTTON1_PRESSED mouse button 1 down 180 BUTTON1_RELEASED mouse button 1 up 181 BUTTON1_CLICKED mouse button 1 clicked 182 BUTTON1_DOUBLE_CLICKED mouse button 1 double clicked 183 BUTTON1_TRIPLE_CLICKED mouse button 1 triple clicked 185 BUTTON2_PRESSED mouse button 2 down 186 BUTTON2_RELEASED mouse button 2 up 187 BUTTON2_CLICKED mouse button 2 clicked 188 BUTTON2_DOUBLE_CLICKED mouse button 2 double clicked [all …]
|
| /freebsd/usr.sbin/moused/moused/ |
| H A D | moused.8 | 80 reports translation movement, button press/release 113 Emulate the third (middle) button for 2-button mice. 117 Set double click speed as the maximum interval in msec between button clicks. 126 When the third button emulation is enabled 156 button down will cause motion to be interpreted as 187 button down will cause motion to be interpreted as scrolling. 305 Assign the physical button 307 to the logical button 310 More than one physical button may be assigned to a logical button at the 312 In this case the logical button will be down, [all …]
|
| H A D | moused.c | 90 /* Abort 3-button emulation delay after this many movement events. */ 188 /* Default phisical to logical button mapping */ 293 /* button status */ 296 struct timespec ts; /* timestamp on the last button event */ 300 u_int wmode; /* wheel mode button number */ 302 struct button_state bstate[MOUSE_MAXBUTTON]; /* button state */ 303 struct button_state *mstate[MOUSE_MAXBUTTON];/* mapped button st.*/ 304 u_int p2l[MOUSE_MAXBUTTON];/* phisical to logical button mapping */ 305 int zmap[ZMAP_MAXBUTTON];/* MOUSE_{X|Y}AXIS or a button number */ 309 /* state machine for 3 button emulation */ [all …]
|
| /freebsd/share/man/man4/ |
| H A D | cyapa.4 | 72 | | Button | 74 | Button +------------+ 76 | | Button | 78 | Thumb/Button Area | 15% 85 .It Va Button down/second finger 89 .It Va Thumb/Button area 93 .It Va Trackpad button 94 Push physical button. 95 The left two thirds of the pad issues a LEFT button event. 96 The upper right corner issues a MIDDLE button event. [all …]
|
| H A D | acpi_ibm.4 | 143 Access IBM Button 145 Mic Mute Button 174 driver being loaded, only the Fn+F4 button generates an ACPI event. 234 Access IBM Button 241 Every time a button is pressed, the respecting bit is toggled. 246 Home Button 248 Search Button 250 Mail Button 252 Access IBM Button 256 Wireless LAN Button [all …]
|
| H A D | mouse.4 | 41 provide user programs with movement and button state information of the mouse. 54 Movement and button states are usually encoded in fixed-length data packets. 82 Left button status; cleared if pressed, otherwise set. 84 Middle button status; cleared if pressed, otherwise set. 86 if the device does not have the middle button. 88 Right button status; cleared if pressed, otherwise set. 119 If a button is pressed, the corresponding bit is cleared. 318 int button; /* button status */ 319 int obutton; /* previous button status */ 327 .Dv button [all …]
|
| H A D | sysmouse.4 | 80 Left button status; cleared if pressed, otherwise set. 82 Middle button status; cleared if pressed, otherwise set. 84 if the device does not have the middle button. 86 Right button status; cleared if pressed, otherwise set. 285 when a button is pressed. 294 and button status. 330 and button status in 335 to be delivered to the current process when a button is pressed. 356 also processes button press actions and sends signal to the process if 361 specifies a button and its click count. [all …]
|
| /freebsd/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 | gpio-keys.yaml | 26 "^(button|event|key|switch|(button|event|key|switch)-[a-z0-9-]+|[a-z0-9-]+-(button|event|key|switch))$": 64 value is sent for events this button generates when pressed. 68 as a signed 32 bit value, e.g. to make a button generate a 83 description: Button can wake-up the system. 101 Indicates that button is connected to dedicated (not shared) interrupt 102 which can be disabled to suppress events from the button.
|
| /freebsd/contrib/bsddialog/ |
| H A D | CHANGELOG | 42 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/mips/ingenic/ |
| H A D | gcw0.dts | 135 button-0 { 142 button-1 { 149 button-2 { 156 button-3 { 163 button-4 { 164 label = "Button A"; 170 button-5 { 171 label = "Button B"; 177 button-6 { 178 label = "Button Y"; [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h700-anbernic-rg35xx-2024.dts | 37 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/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/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.right1_label = "Auto"; in diskmenu_show() 80 conf.button.right2_label = "Finish"; in diskmenu_show() 81 conf.button.default_label = "Finish"; in diskmenu_show()
|
| /freebsd/sys/dev/acpica/ |
| H A D | acpi_button.c | 49 ACPI_MODULE_NAME("BUTTON") 106 if (acpi_disabled("button")) in acpi_button_probe() 114 device_set_desc(dev, "Power Button"); in acpi_button_probe() 117 device_set_desc(dev, "Power Button (fixed)"); in acpi_button_probe() 121 device_set_desc(dev, "Sleep Button"); in acpi_button_probe() 124 device_set_desc(dev, "Sleep Button (fixed)"); in acpi_button_probe() 219 acpi_UserNotify("Button", sc->button_handle, sc->button_type); in acpi_button_notify_sleep() 223 ACPI_VPRINT(sc->button_dev, acpi_sc, "power button pressed\n"); in acpi_button_notify_sleep() 227 ACPI_VPRINT(sc->button_dev, acpi_sc, "sleep button pressed\n"); in acpi_button_notify_sleep() 231 break; /* unknown button type */ in acpi_button_notify_sleep() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/marvell/ |
| H A D | armada-xp-lenovo-ix4-300d.dts | 142 power-button { 143 label = "Power Button"; 148 reset-button { 149 label = "Reset Button"; 154 select-button { 155 label = "Select Button"; 160 scroll-button { 161 label = "Scroll Button"; 270 power_button_pin: power-button-pin { 275 reset_button_pin: reset-button-pin { [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/apple/ |
| H A D | s8001-pro.dtsi | 18 button-home { 19 label = "Home Button"; 25 button-power { 26 label = "Power Button"; 32 button-voldown { 38 button-volup {
|
| H A D | s800x-ipad5.dtsi | 17 button-home { 18 label = "Home Button"; 24 button-power { 25 label = "Power Button"; 31 button-voldown { 37 button-volup {
|
| H A D | t8011-pro2.dtsi | 16 button-home { 17 label = "Home Button"; 23 button-power { 24 label = "Power Button"; 30 button-voldown { 36 button-volup {
|
| /freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3566-anbernic-rg-arc.dtsi | 130 * 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 …]
|