Searched refs:menu_next (Results 1 – 2 of 2) sorted by relevance
76 struct menu *menu_next(struct menu *menu, struct menu *root);78 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