Lines Matching defs:last_menu
287 struct menu *menu, *last_menu;
440 last_menu = NULL;
474 last_menu = menu;
477 if (last_menu) {
479 parent->next = last_menu->next;
480 last_menu->next = NULL;
555 for (last_menu = menu->list; ; last_menu = last_menu->next) {
556 last_menu->parent = parent;
557 if (!last_menu->next)
560 last_menu->next = menu->next;