Home
last modified time | relevance | path

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

/scripts/kconfig/
Dparser.y118 menu_add_prompt(P_MENU, $2, NULL);
163 current_entry->prompt->type = P_MENU;
340 menu_add_prompt(P_MENU, $2, NULL);
513 menu_add_prompt(P_MENU, "Main menu", NULL);
661 case P_MENU: in print_symbol()
700 case P_MENU: in zconfdump()
720 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump()
Dqconf.cc124 case P_MENU: in updateMenu()
414 if (mode == menuMode && type == P_MENU) in updateSelection()
536 if (type != P_MENU) in setRootMenu()
623 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList()
688 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList()
737 if (type == P_MENU && rootEntry != menu && in keyPressEvent()
795 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
846 if (ptype == P_MENU && (mode == singleMode || mode == symbolMode)) in mouseDoubleClickEvent()
1144 case P_MENU: in debug_info()
1837 if (child->prompt && child->prompt->type == P_MENU) { in fixup_rootmenu()
Dmconf.c491 case P_MENU: in build_conf()
630 if (menu->prompt->type == P_MENU) { in build_conf()
696 else if (submenu->prompt->type == P_MENU) in conf()
Dexpr.h183 P_MENU, /* prompt associated with a menu or menuconfig symbol */ enumerator
Dgconf.c712 if (ptype != P_MENU) in on_back_clicked()
911 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event()
1064 case P_MENU: in fill_row()
1378 if ((view_mode != FULL_VIEW) && (ptype == P_MENU) in display_tree()
1432 if (child->prompt && child->prompt->type == P_MENU) { in fixup_rootmenu()
Dnconf.c755 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.c359 case P_MENU: in conf()
Dmenu.c682 if (type == P_MENU) in menu_get_parent_menu()
Dsymbol.c1311 case P_MENU: in prop_get_type_name()