Searched refs:item (Results 1 – 9 of 9) sorted by relevance
| /scripts/kconfig/ |
| A D | qconf.cc | 275 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 D | qconf.h | 66 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 D | fixdep.c | 161 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 D | style.py | 88 for item in imports: 90 names = [n.strip() for n in item.split(',')]
|
| /scripts/kconfig/tests/auto_submenu/ |
| A D | Kconfig | 49 This depends on A, but not a consecutive item, so can/should not
|
| /scripts/kconfig/lxdialog/ |
| A D | menubox.c | 53 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 D | util.c | 39 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 D | dialog.h | 117 struct dialog_color item; member
|
| A D | checklist.c | 40 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item()
|
Completed in 22 milliseconds