Home
last modified time | relevance | path

Searched refs:current_menu (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/kconfig/
H A Dmconf.c287 static struct menu *current_menu; variable
478 if (prop && menu != current_menu) { in build_conf()
537 if (menu == current_menu) { in build_conf()
611 current_menu = menu; in conf_choice()
771 current_menu = menu; in conf()
H A Dmenu.c64 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 = &current_menu->next; in menu_end_menu()
97 current_menu = current_menu->parent; in menu_end_menu()
H A Dparser.y31 struct menu *current_menu, *current_entry, *current_choice; variable
103 if (current_menu == $$)
629 if (strcmp(current_menu->filename, cur_filename)) { in zconf_endtoken()
633 current_menu->filename, current_menu->lineno, in zconf_endtoken()
H A Dinternal.h22 extern struct menu *current_menu, *current_entry;
H A Dnconf.c267 static struct menu *current_menu; variable
777 if (prop && menu != current_menu) { in build_conf()
840 if (menu == current_menu) { in build_conf()
1072 current_menu = menu; in selected_conf()