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

/scripts/kconfig/
H A Dexpr.h173 #define MENU_ROOT 0x0002 macro
H A Dgconf.c1414 && !(child->flags & MENU_ROOT) && (tree == tree1))
1417 if ((view_mode == SPLIT_VIEW) && (child->flags & MENU_ROOT)
1427 printf("%s", child->flags & MENU_ROOT ? "rootmenu | " : "");
1442 if (((menu != &rootmenu) && !(menu->flags & MENU_ROOT))
1451 if (((view_mode == SINGLE_VIEW) && (menu->flags & MENU_ROOT))
1490 menu->flags |= MENU_ROOT;
H A Dqconf.cc467 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) &&
618 if (!(child->flags & MENU_ROOT))
622 if (child->flags & MENU_ROOT)
1529 if (menu->flags & MENU_ROOT) {
1721 menu->flags |= MENU_ROOT;

Completed in 73 milliseconds