menu_next
struct menu *menu_next(struct menu *menu, struct menu *root);
for (menu = menu_next(root, root); menu; menu = menu_next(menu, root))