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

/linux-master/scripts/kconfig/
H A Dmenu.c18 static struct menu **last_entry_ptr; variable in typeref:struct:menu
43 last_entry_ptr = &rootmenu.list;
57 *last_entry_ptr = menu;
58 last_entry_ptr = &menu->next;
68 last_entry_ptr = &current_entry->list;
75 last_entry_ptr = &current_menu->next;

Completed in 115 milliseconds