Home
last modified time | relevance | path

Searched refs:rootmenu (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dgconf.c188 gtk_window_set_title(GTK_WINDOW(main_wnd), rootmenu.prompt->text); in init_main_window()
501 display_tree(&rootmenu); in load_filename()
617 display_tree(&rootmenu); /* instead of update_tree to speed-up */ in on_set_option_mode1_activate()
626 display_tree(&rootmenu); /* instead of update_tree to speed-up */ in on_set_option_mode2_activate()
635 display_tree(&rootmenu); /* instead of update_tree to speed-up */ in on_set_option_mode3_activate()
717 if (current == &rootmenu) in on_back_clicked()
732 current = &rootmenu; in on_single_clicked()
759 display_tree(&rootmenu); in on_full_clicked()
800 update_tree(&rootmenu, NULL); in renderer_edited()
830 update_tree(&rootmenu, NULL); in change_sym_value()
[all …]
H A Dzconf.y548 tmp = rootmenu.prompt->text;
549 rootmenu.prompt->text = _(rootmenu.prompt->text);
550 rootmenu.prompt->text = sym_expand_string_value(rootmenu.prompt->text);
553 menu_finalize(&rootmenu);
736 menu = rootmenu.list; in zconfdump()
H A Dmenu.c15 struct menu rootmenu; variable
43 current_entry = current_menu = &rootmenu; in _menu_init()
44 last_entry_ptr = &rootmenu.list; in _menu_init()
141 if (current_entry->prompt && current_entry != &rootmenu) in menu_add_prop()
679 return &rootmenu; in menu_get_root_menu()
686 for (; menu != &rootmenu; menu = menu->parent) { in menu_get_parent_menu()
716 for (i = 0; menu != &rootmenu && i < 8; menu = menu->parent) { in get_prompt_str()
H A Dqconf.cc448 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()
449 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()
562 if (rootEntry == &rootmenu) in setParentMenu()
1354 rootmenu.prompt->text, in ConfigMainWindow()
1568 if (configList->rootEntry->parent == &rootmenu) in changeMenu()
1637 if (configList->rootEntry == &rootmenu) in goBack()
1667 if (configList->rootEntry == &rootmenu) in showSingleView()
1670 configList->setRootMenu(&rootmenu); in showSingleView()
1684 if (configList->rootEntry == &rootmenu) in showSplitView()
1687 configList->setRootMenu(&rootmenu); in showSplitView()
[all …]
H A Dlkc_proto.h16 extern struct menu rootmenu;
H A Dconf.c674 rootEntry = &rootmenu; in main()
675 conf(&rootmenu); in main()
684 check_conf(&rootmenu); in main()
H A Dmconf.c303 "%s - %s", config_filename, rootmenu.prompt->text); in set_config_filename()
654 if (menu != &rootmenu) in conf()
1042 conf(&rootmenu, NULL); in main()
H A Dconfdata.c657 rootmenu.prompt->text); in conf_write_heading()
679 menu = rootmenu.list; in conf_write_defconfig()
788 menu = rootmenu.list; in conf_write()
H A Dnconf.c635 "%s - %s", config_filename, rootmenu.prompt->text); in set_config_filename()
1146 if (res == 27 || (menu != &rootmenu && res == KEY_LEFT)) in conf()
1551 conf(&rootmenu); in main()