Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dqconf.cc446 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()
622 if (!(child->flags & MENU_ROOT)) in updateMenuList()
626 if (child->flags & MENU_ROOT) in updateMenuList()
687 if (!(child->flags & MENU_ROOT)) in updateMenuList()
691 if (child->flags & MENU_ROOT) in updateMenuList()
1626 if (menu->flags & MENU_ROOT) { in setMenuLink()
1865 menu->flags |= MENU_ROOT; in fixup_rootmenu()
H A Dgconf.c1352 && !(child->flags & MENU_ROOT) && (tree == tree1)) in display_tree()
1355 if ((view_mode == SPLIT_VIEW) && (child->flags & MENU_ROOT) in display_tree()
1365 printf("%s", child->flags & MENU_ROOT ? "rootmenu | " : ""); in display_tree()
1389 if (((view_mode == SINGLE_VIEW) && (menu->flags & MENU_ROOT)) in display_tree()
1428 menu->flags |= MENU_ROOT; in fixup_rootmenu()
H A Dexpr.h272 #define MENU_ROOT 0x0002 macro
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc455 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()
612 if (!(child->flags & MENU_ROOT)) in updateMenuList()
616 if (child->flags & MENU_ROOT) in updateMenuList()
677 if (!(child->flags & MENU_ROOT)) in updateMenuList()
681 if (child->flags & MENU_ROOT) in updateMenuList()
1592 if (menu->flags & MENU_ROOT) { in setMenuLink()
1814 menu->flags |= MENU_ROOT; in fixup_rootmenu()
H A Dgconf.c1355 && !(child->flags & MENU_ROOT) && (tree == tree1)) in display_tree()
1358 if ((view_mode == SPLIT_VIEW) && (child->flags & MENU_ROOT) in display_tree()
1368 printf("%s", child->flags & MENU_ROOT ? "rootmenu | " : ""); in display_tree()
1392 if (((view_mode == SINGLE_VIEW) && (menu->flags & MENU_ROOT)) in display_tree()
1431 menu->flags |= MENU_ROOT; in fixup_rootmenu()
H A Dexpr.h273 #define MENU_ROOT 0x0002 macro