Searched refs:rootmenu (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
H A D | gconf.c | 188 gtk_window_set_title(GTK_WINDOW(main_wnd), rootmenu.prompt->text); init_main_window() 501 display_tree(&rootmenu); load_filename() 617 display_tree(&rootmenu); /* instead of update_tree to speed-up */ on_set_option_mode1_activate() 626 display_tree(&rootmenu); /* instead of update_tree to speed-up */ on_set_option_mode2_activate() 635 display_tree(&rootmenu); /* instead of update_tree to speed-up */ on_set_option_mode3_activate() 717 if (current == &rootmenu) on_back_clicked() 732 current = &rootmenu; on_single_clicked() 759 display_tree(&rootmenu); on_full_clicked() 800 update_tree(&rootmenu, NULL); renderer_edited() 830 update_tree(&rootmenu, NULL); change_sym_value() 853 update_tree(&rootmenu, NULL); toggle_sym_value() 1258 if (src == &rootmenu) update_tree() 1341 if (menu == &rootmenu) { display_tree() 1343 current = &rootmenu; display_tree() 1368 printf("%s", child->flags & MENU_ROOT ? "rootmenu | " : ""); display_tree() 1383 if (((menu != &rootmenu) && !(menu->flags & MENU_ROOT)) display_tree() 1421 display_tree(&rootmenu); display_list() 1490 fixup_rootmenu(&rootmenu); main() 1507 display_tree(&rootmenu); main()
|
H A D | zconf.y | 505 rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL); 515 rootmenu.prompt->text = _(rootmenu.prompt->text); 516 rootmenu.prompt->text = sym_expand_string_value(rootmenu.prompt->text); 518 menu_finalize(&rootmenu); 696 menu = rootmenu.list;
|
H A D | menu.c | 15 struct menu rootmenu; variable in typeref:struct:menu 43 current_entry = current_menu = &rootmenu; _menu_init() 44 last_entry_ptr = &rootmenu.list; _menu_init() 142 if (current_entry->prompt && current_entry != &rootmenu) menu_add_prop() 518 return &rootmenu; menu_get_root_menu() 525 for (; menu != &rootmenu; menu = menu->parent) { menu_get_parent_menu() 555 for (i = 0; menu != &rootmenu && i < 8; menu = menu->parent) { get_prompt_str()
|
H A D | qconf.cc | 440 if (rootEntry != &rootmenu && (mode == singleMode || updateList() 441 (mode == symbolMode && rootEntry->parent != &rootmenu))) { updateList() 554 if (rootEntry == &rootmenu) setParentMenu() 1346 rootmenu.prompt->text, ConfigMainWindow() 1559 if (configList->rootEntry->parent == &rootmenu) changeMenu() 1628 if (configList->rootEntry == &rootmenu) goBack() 1658 if (configList->rootEntry == &rootmenu) showSingleView() 1661 configList->setRootMenu(&rootmenu); showSingleView() 1675 if (configList->rootEntry == &rootmenu) showSplitView() 1678 configList->setRootMenu(&rootmenu); showSplitView() 1682 menuList->setRootMenu(&rootmenu); showSplitView() 1700 if (configList->rootEntry == &rootmenu) showFullView() 1703 configList->setRootMenu(&rootmenu); showFullView() 1850 fixup_rootmenu(&rootmenu); main()
|
H A D | conf.c | 670 rootEntry = &rootmenu; main() 671 conf(&rootmenu); main() 681 check_conf(&rootmenu); main()
|
H A D | confdata.c | 657 rootmenu.prompt->text); conf_write_heading() 679 menu = rootmenu.list; conf_write_defconfig() 788 menu = rootmenu.list; conf_write()
|
H A D | mconf.c | 303 "%s - %s", config_filename, rootmenu.prompt->text); set_config_filename() 654 if (menu != &rootmenu) conf() 1042 conf(&rootmenu, NULL); main()
|
H A D | nconf.c | 633 "%s - %s", config_filename, rootmenu.prompt->text); set_config_filename() 1144 if (res == 27 || (menu != &rootmenu && res == KEY_LEFT)) conf() 1549 conf(&rootmenu); main()
|
Completed in 537 milliseconds