Searched refs:menu_next (Results 1 – 2 of 2) sorted by relevance
75 struct menu *menu_next(struct menu *menu, struct menu *root);77 for (menu = menu_next(root, root); menu; menu = menu_next(menu, root))
28 struct menu *menu_next(struct menu *menu, struct menu *root) in menu_next() function