Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 13 of 13) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dmenubox.c67 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 Dchecklist.c31 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 Dutil.c391 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 Dyesno.c27 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 Dinputbox.c29 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 Ddialog.h169 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 Dget_maintainer.pl1412 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 Dmconf.c652 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 Dqconf.cc1360 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 DbspOneUtopia.dxyfile1424 # for selected functions only using the \callgraph command.
1432 # graphs for selected functions only using the \callergraph command.
H A Dbsp.dxyfile1423 # for selected functions only using the \callgraph command.
1431 # graphs for selected functions only using the \callergraph command.
H A Dnvr_msr620q_config_nand-jinyan1162 # At least one emulation must be selected
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_display.c.01945 XC_LOG_TRACE(XC_DBGLEVEL_SETTIMING,"Wrong Fpll Mode selected!\n");