Searched refs:item (Results 1 – 8 of 8) sorted by relevance
/scripts/kconfig/ |
D | qconf.cc | 276 item = i; in show() 277 if (sym_get_string_value(item->menu->sym)) in show() 278 setText(QString::fromLocal8Bit(sym_get_string_value(item->menu->sym))); in show() 292 sym_set_string_value(item->menu->sym, text().toLatin1()); in keyPressEvent() 293 parent()->updateList(item); in keyPressEvent() 388 ConfigItem* item = (ConfigItem*)menu->data; in findConfigItem() local 390 for (; item; item = item->nextItem) { in findConfigItem() 391 if (this == item->listView()) in findConfigItem() 395 return item; in findConfigItem() 406 ConfigItem* item = (ConfigItem*)selectedItems().first(); in updateSelection() local [all …]
|
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/ |
D | fixdep.c | 171 struct item { struct 172 struct item *next; argument 179 static struct item *hashtab[HASHSZ]; argument 196 struct item *aux; in is_defined_config() 211 struct item *aux = malloc(sizeof(*aux) + len); in define_config()
|
/scripts/kconfig/lxdialog/ |
D | menubox.c | 66 static void do_print_item(WINDOW * win, const char *item, int line_y, in do_print_item() argument 72 strncpy(menu_item, item, menu_width - item_x); in do_print_item() 88 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item()
|
D | util.c | 52 dlg.item.atr = A_NORMAL; in set_mono_theme() 92 DLG_COLOR(item, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 131 DLG_COLOR(item, COLOR_WHITE, COLOR_BLACK, false); in set_blackbg_theme() 212 init_one_color(&dlg.item); in init_dialog_colors()
|
D | dialog.h | 136 struct dialog_color item; member
|
D | checklist.c | 53 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item()
|
/scripts/ |
D | analyze_suspend.py | 1541 for item in rawlist: 1542 item.row = -1 1543 lendict[item] = item.length 1589 for item in devlist: 1590 if item[0] not in self.phases: 1591 self.phases.append(item[0]) 1592 if item[0] not in myphases: 1593 myphases.append(item[0]) 1594 self.rowmaxlines[item[0]] = dict() 1595 self.rowheight[item[0]] = dict() [all …]
|