Searched refs:MENU_ROOT (Results 1 – 3 of 3) sorted by relevance
446 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()603 if (!(child->flags & MENU_ROOT)) in updateMenuList()607 if (child->flags & MENU_ROOT) in updateMenuList()668 if (!(child->flags & MENU_ROOT)) in updateMenuList()672 if (child->flags & MENU_ROOT) in updateMenuList()1584 if (menu->flags & MENU_ROOT) { in setMenuLink()1806 menu->flags |= MENU_ROOT; in fixup_rootmenu()
1356 && !(child->flags & MENU_ROOT) && (tree == tree1)) in display_tree()1359 if ((view_mode == SPLIT_VIEW) && (child->flags & MENU_ROOT) in display_tree()1369 printf("%s", child->flags & MENU_ROOT ? "rootmenu | " : ""); in display_tree()1393 if (((view_mode == SINGLE_VIEW) && (menu->flags & MENU_ROOT)) in display_tree()1432 menu->flags |= MENU_ROOT; in fixup_rootmenu()
275 #define MENU_ROOT 0x0002 macro