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

/scripts/kconfig/
H A Dmenu.c264 struct menu *menu, *last_menu; local
325 last_menu = NULL;
345 last_menu = menu;
347 if (last_menu) {
349 parent->next = last_menu->next;
350 last_menu->next = NULL;
396 for (last_menu = menu->list; ; last_menu = last_menu->next) {
397 last_menu
[all...]

Completed in 22 milliseconds