Home
last modified time | relevance | path

Searched refs:MENU_ROOT (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/kconfig/
A Dqconf.cc447 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()
623 if (!(child->flags & MENU_ROOT)) in updateMenuList()
627 if (child->flags & MENU_ROOT) in updateMenuList()
688 if (!(child->flags & MENU_ROOT)) in updateMenuList()
692 if (child->flags & MENU_ROOT) in updateMenuList()
1618 if (menu->flags & MENU_ROOT) { in setMenuLink()
1857 menu->flags |= MENU_ROOT; in fixup_rootmenu()
A Dexpr.h275 #define MENU_ROOT 0x0002 macro
A Dgconf.c1307 && !(child->flags & MENU_ROOT) && (tree == tree1)) in display_tree()
1310 if ((view_mode == SPLIT_VIEW) && (child->flags & MENU_ROOT) in display_tree()
1332 if (((view_mode == SINGLE_VIEW) && (menu->flags & MENU_ROOT)) in display_tree()
1373 menu->flags |= MENU_ROOT; in fixup_rootmenu()

Completed in 11 milliseconds