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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dexpr.h176 #define MENU_ROOT 0x0002 macro
H A Dgconf.c1396 && !(child->flags & MENU_ROOT) && (tree == tree1))
1399 if ((view_mode == SPLIT_VIEW) && (child->flags & MENU_ROOT)
1409 printf("%s", child->flags & MENU_ROOT ? "rootmenu | " : "");
1424 if (((menu != &rootmenu) && !(menu->flags & MENU_ROOT))
1427 if (((view_mode == SINGLE_VIEW) && (menu->flags & MENU_ROOT))
1466 menu->flags |= MENU_ROOT;
H A Dqconf.cc454 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) &&
607 if (!(child->flags & MENU_ROOT))
611 if (child->flags & MENU_ROOT)
1508 if (menu->flags & MENU_ROOT) {
1700 menu->flags |= MENU_ROOT;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dexpr.h142 #define MENU_ROOT 0x0002 macro
H A Dqconf.cc125 if (!(child->flags & MENU_ROOT))
129 if (child->flags & MENU_ROOT)
477 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) &&
1367 menu->flags |= MENU_ROOT;
H A Dgconf.c1469 && !(child->flags & MENU_ROOT) && (tree == tree1))
1472 if ((view_mode == SPLIT_VIEW) && (child->flags & MENU_ROOT)
1480 printf("%s", child->flags & MENU_ROOT ? "rootmenu | " : "");
1495 if (((menu != &rootmenu) && !(menu->flags & MENU_ROOT))
1498 if (((view_mode == SINGLE_VIEW) && (menu->flags & MENU_ROOT))
1537 menu->flags |= MENU_ROOT;

Completed in 91 milliseconds