Home
last modified time | relevance | path

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

/scripts/kconfig/
Dzconf.y116 menu_add_prompt(P_MENU, $2, NULL);
128 menu_add_prompt(P_MENU, strdup("Linux Kernel Configuration"), NULL);
192 current_entry->prompt->type = P_MENU;
372 menu_add_prompt(P_MENU, $2, NULL);
687 case P_MENU: in print_symbol()
722 case P_MENU: in zconfdump()
742 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump()
Dqconf.cc125 case P_MENU: in updateMenu()
415 if (mode == menuMode && type == P_MENU) in updateSelection()
537 if (type != P_MENU) in setRootMenu()
624 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList()
689 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList()
738 if (type == P_MENU && rootEntry != menu && in keyPressEvent()
796 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
847 if (ptype == P_MENU && (mode == singleMode || mode == symbolMode)) in mouseDoubleClickEvent()
1145 case P_MENU: in debug_info()
1807 if (child->prompt && child->prompt->type == P_MENU) { in fixup_rootmenu()
Dmconf.c492 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()
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.h135 P_MENU, /* prompt associated with a menuconfig option */ enumerator
Dnconf.c753 case P_MENU: in build_conf()
906 if (menu->prompt && menu->prompt->type == P_MENU) { in build_conf()
1181 submenu->prompt->type == P_MENU) in conf()
Dzconf.tab.c_shipped1746 current_entry->prompt->type = P_MENU;
1914 menu_add_prompt(P_MENU, (yyvsp[(2) - (3)].string), NULL);
1922 menu_add_prompt(P_MENU, (yyvsp[(2) - (3)].string), NULL);
2342 rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL);
2509 case P_MENU:
2544 case P_MENU:
2564 if (menu->prompt && menu->prompt->type == P_MENU)
Dconf.c369 case P_MENU: in conf()
Dmenu.c528 if (type == P_MENU) in menu_get_parent_menu()
Dsymbol.c1333 case P_MENU: in prop_get_type_name()