Searched refs:current_menu (Results 1 – 5 of 5) sorted by relevance
22 extern struct menu *current_menu, *current_entry;
286 static struct menu *current_menu; variable477 if (prop && menu != current_menu) { in build_conf()536 if (menu == current_menu) { in build_conf()610 current_menu = menu; in conf_choice()770 current_menu = menu; in conf()
64 current_entry = current_menu = &rootmenu; in _menu_init()76 menu->parent = current_menu; in menu_add_entry()90 current_menu = current_entry; in menu_add_menu()91 return current_menu; in menu_add_menu()96 last_entry_ptr = ¤t_menu->next; in menu_end_menu()97 current_menu = current_menu->parent; in menu_end_menu()
31 struct menu *current_menu, *current_entry, *current_choice; variable102 if (current_menu == $$)582 if (strcmp(current_menu->filename, cur_filename)) { in zconf_endtoken()586 current_menu->filename, current_menu->lineno, in zconf_endtoken()
266 static struct menu *current_menu; variable776 if (prop && menu != current_menu) { in build_conf()839 if (menu == current_menu) { in build_conf()1071 current_menu = menu; in selected_conf()
Completed in 10 milliseconds