Searched refs:P_MENU (Results 1 – 19 of 19) sorted by relevance
/openbmc/u-boot/scripts/kconfig/ |
H A D | zconf.y | 118 menu_add_prompt(P_MENU, $2, NULL); 130 menu_add_prompt(P_MENU, xstrdup("Linux Kernel Configuration"), NULL); 191 current_entry->prompt->type = P_MENU; 379 menu_add_prompt(P_MENU, $2, NULL); 712 case P_MENU: in print_symbol() 747 case P_MENU: in zconfdump() 767 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump()
|
H A D | qconf.cc | 133 case P_MENU: in updateMenu() 423 if (mode == menuMode && type == P_MENU) in updateSelection() 545 if (type != P_MENU) in setRootMenu() 632 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList() 697 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList() 746 if (type == P_MENU && rootEntry != menu && in keyPressEvent() 804 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent() 855 if (ptype == P_MENU && (mode == singleMode || mode == symbolMode)) in mouseDoubleClickEvent() 1153 case P_MENU: in debug_info() 1816 if (child->prompt && child->prompt->type == P_MENU) { in fixup_rootmenu()
|
H A D | mconf.c | 492 case P_MENU: in build_conf() 632 if (menu->prompt->type == P_MENU) { in build_conf() 698 else if (submenu->prompt->type == P_MENU) in conf()
|
H A D | gconf.c | 713 if (ptype != P_MENU) in on_back_clicked() 912 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event() 1065 case P_MENU: in fill_row() 1379 if ((view_mode != FULL_VIEW) && (ptype == P_MENU) in display_tree() 1433 if (child->prompt && child->prompt->type == P_MENU) { in fixup_rootmenu()
|
H A D | expr.h | 179 P_MENU, /* prompt associated with a menu or menuconfig symbol */ enumerator
|
H A D | nconf.c | 755 case P_MENU: in build_conf() 908 if (menu->prompt && menu->prompt->type == P_MENU) { in build_conf() 1183 submenu->prompt->type == P_MENU) in conf()
|
H A D | conf.c | 360 case P_MENU: in conf()
|
H A D | menu.c | 688 if (type == P_MENU) in menu_get_parent_menu()
|
H A D | symbol.c | 1385 case P_MENU: in prop_get_type_name()
|
/openbmc/linux/scripts/kconfig/ |
H A D | parser.y | 115 menu_add_prompt(P_MENU, $2, NULL); 164 current_entry->prompt->type = P_MENU; 332 menu_add_prompt(P_MENU, $2, NULL); 501 menu_add_prompt(P_MENU, "Main menu", NULL); 649 case P_MENU: in print_symbol() 688 case P_MENU: in zconfdump() 708 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump()
|
H A D | qconf.cc | 111 case P_MENU: in updateMenu() 414 if (mode == menuMode && type == P_MENU) in updateSelection() 555 if (type != P_MENU) in setRootMenu() 642 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList() 707 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList() 756 if (type == P_MENU && rootEntry != menu && in keyPressEvent() 817 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent() 860 if (ptype == P_MENU && mode != listMode) { in mouseDoubleClickEvent() 1087 case P_MENU: in debug_info() 1202 if (prop->type != P_PROMPT && prop->type != P_MENU) in clicked() [all …]
|
H A D | mconf.c | 530 case P_MENU: in build_conf() 669 if (menu->prompt->type == P_MENU) { in build_conf() 890 else if (submenu->prompt->type == P_MENU) in conf()
|
H A D | gconf.c | 706 if (ptype != P_MENU) in on_back_clicked() 905 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event() 1062 case P_MENU: in fill_row() 1376 if ((view_mode != FULL_VIEW) && (ptype == P_MENU) in display_tree() 1430 if (child->prompt && child->prompt->type == P_MENU) { in fixup_rootmenu()
|
H A D | expr.h | 180 P_MENU, /* prompt associated with a menu or menuconfig symbol */ enumerator
|
H A D | nconf.c | 828 case P_MENU: in build_conf() 980 if (menu->prompt && menu->prompt->type == P_MENU) { in build_conf() 1272 submenu->prompt->type == P_MENU) in selected_conf()
|
H A D | conf.c | 579 case P_MENU: in conf()
|
H A D | menu.c | 668 if (type == P_MENU) in menu_get_parent_menu()
|
H A D | confdata.c | 971 menu->prompt->type == P_MENU) { in conf_write()
|
H A D | symbol.c | 1262 case P_MENU: in prop_get_type_name()
|