Home
last modified time | relevance | path

Searched refs:setRootMenu (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/scripts/kconfig/
Dqconf.cc571 void ConfigList::setRootMenu(struct menu *menu) in setRootMenu() function in ConfigList
594 setRootMenu(menu_get_parent_menu(rootEntry->parent)); in setParentMenu()
1152 configList->setRootMenu(menu); in changeMenu()
1187 menuList->setRootMenu(0); in showSingleView()
1192 configList->setRootMenu(&rootmenu); in showSingleView()
1203 configList->setRootMenu(&rootmenu); in showSplitView()
1207 menuList->setRootMenu(&rootmenu); in showSplitView()
1216 menuList->setRootMenu(0); in showFullView()
1221 configList->setRootMenu(&rootmenu); in showFullView()
Dqconf.h80 void setRootMenu(struct menu *menu);