Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/kconfig/
Dparser.y117 menu_add_prompt(P_MENU, $2, NULL);
166 current_entry->prompt->type = P_MENU;
341 menu_add_prompt(P_MENU, $2, NULL);
510 menu_add_prompt(P_MENU, "Main menu", NULL);
658 case P_MENU: in print_symbol()
697 case P_MENU: in zconfdump()
717 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump()
Dqconf.cc109 case P_MENU: in updateMenu()
410 if (mode == menuMode && type == P_MENU) in updateSelection()
551 if (type != P_MENU) in setRootMenu()
638 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList()
703 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList()
752 if (type == P_MENU && rootEntry != menu && in keyPressEvent()
813 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
856 if (ptype == P_MENU && mode != listMode) { in mouseDoubleClickEvent()
1080 case P_MENU: in debug_info()
1195 if (prop->type != P_PROMPT && prop->type != P_MENU) in clicked()
[all …]
Dmconf.c492 case P_MENU: in build_conf()
631 if (menu->prompt->type == P_MENU) { in build_conf()
697 else if (submenu->prompt->type == P_MENU) in conf()
Dgconf.c713 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()
Dexpr.h183 P_MENU, /* prompt associated with a menu or menuconfig symbol */ enumerator
Dnconf.c756 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()
Dconf.c362 case P_MENU: in conf()
Dmenu.c696 if (type == P_MENU) in menu_get_parent_menu()
Dsymbol.c1296 case P_MENU: in prop_get_type_name()