Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.y167 current_entry->prompt->type = P_MENU;
346 menu_add_prompt(P_MENU, $2, NULL);
354 menu_add_prompt(P_MENU, $2, NULL);
496 rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL);
663 case P_MENU: in print_symbol()
698 case P_MENU: in zconfdump()
718 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump()
Dzconf.tab.c1724 current_entry->prompt->type = P_MENU;
1892 menu_add_prompt(P_MENU, (yyvsp[(2) - (3)].string), NULL);
1900 menu_add_prompt(P_MENU, (yyvsp[(2) - (3)].string), NULL);
2300 rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL); in conf_parse()
2467 case P_MENU: in print_symbol()
2502 case P_MENU: in zconfdump()
2522 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump()
Dqconf.cc141 case P_MENU: in updateMenu()
443 if (mode == menuMode && type == P_MENU) in updateSelection()
564 if (type != P_MENU) in setRootMenu()
644 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList()
693 if (type == P_MENU && rootEntry != menu && in keyPressEvent()
752 if (ptype == P_MENU && rootEntry != menu && in contentsMouseReleaseEvent()
803 if (ptype == P_MENU && (mode == singleMode || mode == symbolMode)) in contentsMouseDoubleClickEvent()
1089 case P_MENU: in debug_info()
1736 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.h133 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_shipped1724 current_entry->prompt->type = P_MENU;
1892 menu_add_prompt(P_MENU, (yyvsp[(2) - (3)].string), NULL);
1900 menu_add_prompt(P_MENU, (yyvsp[(2) - (3)].string), NULL);
2300 rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL);
2467 case P_MENU:
2502 case P_MENU:
2522 if (menu->prompt && menu->prompt->type == P_MENU)
Dconf.c369 case P_MENU: in conf()
Dmenu.c527 if (type == P_MENU) in menu_get_parent_menu()
Dsymbol.c1328 case P_MENU: in prop_get_type_name()