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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/config/
H A Dmenu.c126 struct menu *menu, *last_menu; local
176 last_menu = NULL;
196 last_menu = menu;
198 if (last_menu) {
200 parent->next = last_menu->next;
201 last_menu->next = NULL;
217 for (last_menu = menu->list; ; last_menu = last_menu->next) {
218 last_menu
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/
H A Dmenu.c230 struct menu *menu, *last_menu; local
285 last_menu = NULL;
305 last_menu = menu;
307 if (last_menu) {
309 parent->next = last_menu->next;
310 last_menu->next = NULL;
338 for (last_menu = menu->list; ; last_menu = last_menu->next) {
339 last_menu
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/
H A Dmenu.c207 struct menu *menu, *last_menu; local
262 last_menu = NULL;
282 last_menu = menu;
284 if (last_menu) {
286 parent->next = last_menu->next;
287 last_menu->next = NULL;
315 for (last_menu = menu->list; ; last_menu = last_menu->next) {
316 last_menu
[all...]

Completed in 173 milliseconds