| /buildroot/support/kconfig/lxdialog/ |
| A D | yesno.c | 44 int i, x, y, key = 0, button = 0; in dialog_yesno() local 93 button = ((key == KEY_LEFT ? --button : ++button) < 0) ? 1 : (button > 1 ? 0 : button); in dialog_yesno() 95 print_buttons(dialog, height, width, button); in dialog_yesno() 101 return button; in dialog_yesno()
|
| A D | inputbox.c | 48 int input_x = 0, key = 0, button = -1; in dialog_inputbox() local 122 if (button == -1) { /* Input box selected */ in dialog_inputbox() 244 switch (button) { in dialog_inputbox() 246 button = 1; /* Indicates "Help" button is selected */ in dialog_inputbox() 250 button = -1; /* Indicates input box is selected */ in dialog_inputbox() 256 button = 0; /* Indicates "OK" button is selected */ in dialog_inputbox() 264 switch (button) { in dialog_inputbox() 266 button = 0; /* Indicates "OK" button is selected */ in dialog_inputbox() 270 button = 1; /* Indicates "Help" button is selected */ in dialog_inputbox() 274 button = -1; /* Indicates input box is selected */ in dialog_inputbox() [all …]
|
| A D | checklist.c | 121 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local 290 button = 1; in dialog_checklist() 302 return button; in dialog_checklist() 306 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_checklist() 307 ? 1 : (button > 1 ? 0 : button); in dialog_checklist() 309 print_buttons(dialog, height, width, button); in dialog_checklist()
|
| A D | menubox.c | 189 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local 377 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_menu() 378 ? 4 : (button > 4 ? 0 : button); in dialog_menu() 380 print_buttons(dialog, height, width, button); in dialog_menu() 417 return button; in dialog_menu()
|
| /buildroot/package/x11r7/xapp_xmodmap/ |
| A D | Config.in | 5 utility for modifying keymaps and pointer button mappings in X
|
| /buildroot/package/quota/ |
| A D | quota.hash | 1 # From http://sourceforge.net/projects/linuxquota/files/quota-tools/4.09/ (click on info button)
|
| /buildroot/package/kodi-peripheral-joystick/ |
| A D | Config.in | 6 Kodi joystick support (drivers and button maps)
|
| /buildroot/configs/ |
| A D | pc_x86_64_bios_defconfig | 60 # acpid is for seamless power button support
|
| A D | pc_x86_64_efi_defconfig | 61 # acpid is for seamless power button support
|
| A D | mender_x86_64_efi_defconfig | 72 # acpid is for seamless power button support
|
| /buildroot/board/uevm5432/ |
| A D | readme.txt | 36 ON push button switch S3. The console is on the micro USB Debug UART, with
|
| /buildroot/board/chromebook/snow/ |
| A D | readme.txt | 73 * Hold Power button for around 10s. The board should shut down into 74 its soft-off mode. Press Power button again or open the lid to turn in on. 77 button on the underside with a pin of some sort. The board should shut 78 down completely. Opening the lid and pressing Power button will not work.
|
| /buildroot/board/mangopi/mq1rdw2/ |
| A D | readme.txt | 18 - FEL,reset button
|
| /buildroot/support/kconfig/ |
| A D | gconf.c | 117 GtkToolButton *button; in replace_button_icon() local 124 button = GTK_TOOL_BUTTON(glade_xml_get_widget(xml, btn_name)); in replace_button_icon() 127 gtk_tool_button_set_icon_widget(button, image); in replace_button_icon() 707 void on_back_clicked(GtkButton * button, gpointer user_data) in on_back_clicked() argument 722 void on_load_clicked(GtkButton * button, gpointer user_data) in on_load_clicked() argument 728 void on_single_clicked(GtkButton * button, gpointer user_data) in on_single_clicked() argument 737 void on_split_clicked(GtkButton * button, gpointer user_data) in on_split_clicked() argument 753 void on_full_clicked(GtkButton * button, gpointer user_data) in on_full_clicked() argument 764 void on_collapse_clicked(GtkButton * button, gpointer user_data) in on_collapse_clicked() argument 770 void on_expand_clicked(GtkButton * button, gpointer user_data) in on_expand_clicked() argument
|
| /buildroot/board/avnet/rzboard_v2l/ |
| A D | readme.txt | 66 Plug in a suitable USB-C power supply and press the button 'S1' (next to the
|
| /buildroot/board/avnet/s6lx9_microboard/ |
| A D | readme.txt | 27 <hit the reset button on the S6LX9 Microboard>
|
| /buildroot/board/sipeed/maixduino/ |
| A D | readme.txt | 77 the board can be rebooted by pressing the reset button on the board (if it does 200 newly programmed environment by pressing the board reset button.
|
| /buildroot/board/canaan/kd233/ |
| A D | readme.txt | 68 the board can be rebooted by pressing the reset button on the board (if it does
|
| /buildroot/board/sipeed/maix-bit/ |
| A D | readme.txt | 72 the board can be rebooted by pressing the reset button on the board (if it does 194 newly programmed environment by pressing the board reset button.
|
| /buildroot/board/sipeed/maix-dock/ |
| A D | readme.txt | 76 the board can be rebooted by pressing the reset button on the board (if it does 199 newly programmed environment by pressing the board reset button if it does not
|
| /buildroot/board/sipeed/maix-go/ |
| A D | readme.txt | 76 the board can be rebooted by pressing the reset button on the board (if it does 199 newly programmed environment by pressing the board reset button.
|
| /buildroot/package/ivi-homescreen/ |
| A D | Config.in | 113 simplify intercept external keyboard button press.
|