| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/ |
| H A D | menubox.c | 67 int selected, int hotkey) in do_print_item() argument 88 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item() 91 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item() 95 if (selected) { in do_print_item() 102 #define print_item(index, choice, selected) \ argument 105 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 155 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() argument 160 print_button(win, gettext("Select"), y, x, selected == 0); in print_buttons() 161 print_button(win, gettext(" Exit "), y, x + 12, selected == 1); in print_buttons() 162 print_button(win, gettext(" Help "), y, x + 24, selected == 2); in print_buttons() [all …]
|
| H A D | checklist.c | 31 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument 46 wattrset(win, selected ? dlg.check_selected.atr in print_item() 51 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item() 53 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item() 55 if (selected) { in print_item() 101 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 106 print_button(dialog, gettext("Select"), y, x, selected == 0); in print_buttons() 107 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons() 109 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
|
| H A D | util.c | 391 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() argument 396 wattrset(win, selected ? dlg.button_active.atr in print_button() 401 wattrset(win, selected ? dlg.button_label_active.atr in print_button() 405 wattrset(win, selected ? dlg.button_key_active.atr in print_button() 408 wattrset(win, selected ? dlg.button_label_active.atr in print_button() 411 wattrset(win, selected ? dlg.button_active.atr in print_button() 592 item_cur->node.selected = val; in item_set_selected() 651 return (item_cur->node.selected != 0); in item_is_selected()
|
| H A D | yesno.c | 27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 32 print_button(dialog, gettext(" Yes "), y, x, selected == 0); in print_buttons() 33 print_button(dialog, gettext(" No "), y, x + 13, selected == 1); in print_buttons() 35 wmove(dialog, y, x + 1 + 13 * selected); in print_buttons()
|
| H A D | inputbox.c | 29 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 34 print_button(dialog, gettext(" Ok "), y, x, selected == 0); in print_buttons() 35 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons() 37 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
|
| H A D | dialog.h | 169 int selected; /* Set to 1 by dialog_*() function if selected. */ member 202 void print_button(WINDOW * win, const char *label, int y, int x, int selected); 214 const void *selected, int *s_scroll);
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | get_maintainer.pl | 1412 my %selected; 1419 $selected{$count} = 1; 1444 $sel = "*" if ($selected{$count}); 1528 $selected{$nr - 1} = !$selected{$nr - 1}; 1533 $selected{$i} = $toggle; 1537 $selected{$i} = !$selected{$i}; 1542 $selected{$i} = !$selected{$i} 1547 $selected{$i} = !$selected{$i} 1552 $selected{$i} = !$selected{$i} 1557 $selected{$i} = !$selected{$i} [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | mconf.c | 652 int selected; in conf_choice() local 675 selected = item_activate_selected(); in conf_choice() 678 if (selected) { in conf_choice() 687 if (selected) { in conf_choice()
|
| H A D | qconf.cc | 1360 connect(optGroup, SIGNAL(selected(QAction *)), configView, in ConfigMainWindow() 1362 connect(optGroup, SIGNAL(selected(QAction *)), menuView, in ConfigMainWindow()
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | bspOneUtopia.dxyfile | 1424 # for selected functions only using the \callgraph command. 1432 # graphs for selected functions only using the \callergraph command.
|
| H A D | bsp.dxyfile | 1423 # for selected functions only using the \callgraph command. 1431 # graphs for selected functions only using the \callergraph command.
|
| H A D | nvr_msr620q_config_nand-jinyan | 1162 # At least one emulation must be selected
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_display.c.0 | 1945 XC_LOG_TRACE(XC_DBGLEVEL_SETTIMING,"Wrong Fpll Mode selected!\n");
|