Searched refs:last_menu (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/kconfig/
H A Dmenu.c287 struct menu *menu, *last_menu; local
439 last_menu = NULL;
473 last_menu = menu;
476 if (last_menu) {
478 parent->next = last_menu->next;
479 last_menu->next = NULL;
554 for (last_menu = menu->list; ; last_menu = last_menu->next) {
555 last_menu
[all...]

Completed in 105 milliseconds