Home
last modified time | relevance | path

Searched refs:item (Results 1 – 9 of 9) sorted by relevance

/scripts/kconfig/
A Dqconf.cc275 item = i; in show()
389 for (; item; item = item->nextItem) { in findConfigItem()
406 if (!item) in updateSelection()
471 sym = item->menu ? item->menu->sym : 0; in setValue()
502 item->setExpanded(!item->isExpanded()); in changeValue()
514 item->setExpanded(!item->isExpanded()); in changeValue()
618 if (!item || item->menu != child) in updateMenuList()
631 if (item && item->menu == child) { in updateMenuList()
683 if (!item || item->menu != child) in updateMenuList()
696 if (item && item->menu == child) { in updateMenuList()
[all …]
A Dqconf.h66 void updateList(ConfigItem *item);
67 void setValue(ConfigItem* item, tristate val);
68 void changeValue(ConfigItem* item);
205 ConfigItem *item;
214 static void updateList(ConfigItem* item);
/scripts/basic/
A Dfixdep.c161 struct item { struct
162 struct item *next; argument
169 static struct item *hashtab[HASHSZ]; argument
186 struct item *aux; in is_defined_config()
201 struct item *aux = malloc(sizeof(*aux) + len); in define_config()
/scripts/
A Dstyle.py88 for item in imports:
90 names = [n.strip() for n in item.split(',')]
/scripts/kconfig/tests/auto_submenu/
A DKconfig49 This depends on A, but not a consecutive item, so can/should not
/scripts/kconfig/lxdialog/
A Dmenubox.c53 static void do_print_item(WINDOW * win, const char *item, int line_y, in do_print_item() argument
59 strncpy(menu_item, item, menu_width - item_x); in do_print_item()
75 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item()
A Dutil.c39 dlg.item.atr = A_NORMAL; in set_mono_theme()
79 DLG_COLOR(item, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
118 DLG_COLOR(item, COLOR_WHITE, COLOR_BLACK, false); in set_blackbg_theme()
199 init_one_color(&dlg.item); in init_dialog_colors()
A Ddialog.h117 struct dialog_color item; member
A Dchecklist.c40 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item()

Completed in 20 milliseconds