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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dexpr.h149 #define MENU_ROOT 0x0002 macro
H A Dgconf.c1453 && !(child->flags & MENU_ROOT) && (tree == tree1))
1456 if ((view_mode == SPLIT_VIEW) && (child->flags & MENU_ROOT)
1464 printf("%s", child->flags & MENU_ROOT ? "rootmenu | " : "");
1479 if (((menu != &rootmenu) && !(menu->flags & MENU_ROOT))
1482 if (((view_mode == SINGLE_VIEW) && (menu->flags & MENU_ROOT))
1521 menu->flags |= MENU_ROOT;
H A Dqconf.cc443 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) &&
596 if (!(child->flags & MENU_ROOT))
600 if (child->flags & MENU_ROOT)
1504 if (menu->flags & MENU_ROOT) {
1691 menu->flags |= MENU_ROOT;

Completed in 64 milliseconds