Searched refs:updateMenuList (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
H A D | qconf.h | 105 void updateMenuList(ConfigItem *parent, struct menu*); 106 void updateMenuList(ConfigList *parent, struct menu*);
|
H A D | qconf.cc | 455 updateMenuList(item, rootEntry); updateList() 461 updateMenuList(this, rootEntry); updateList() 539 updateMenuList(this, 0); setRootMenu() 578 void ConfigList::updateMenuList(ConfigItem *parent, struct menu* menu) updateMenuList() function in class:ConfigList 625 updateMenuList(item, child); updateMenuList() 627 updateMenuList(item, 0); updateMenuList() 643 void ConfigList::updateMenuList(ConfigList *parent, struct menu* menu) updateMenuList() function in class:ConfigList 690 updateMenuList(item, child); updateMenuList() 692 updateMenuList(item, 0); updateMenuList()
|
Completed in 169 milliseconds