Lines Matching defs:last_menu
308 struct menu *menu, *last_menu;
461 last_menu = NULL;
495 last_menu = menu;
498 if (last_menu) {
500 parent->next = last_menu->next;
501 last_menu->next = NULL;
576 for (last_menu = menu->list; ; last_menu = last_menu->next) {
577 last_menu->parent = parent;
578 if (!last_menu->next)
581 last_menu->next = menu->next;