Home
last modified time | relevance | path

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

/scripts/kconfig/
Dparser.y115 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()
Dqconf.cc109 case P_MENU: in updateMenu()
412 if (mode == menuMode && type == P_MENU) in updateSelection()
553 if (type != P_MENU) in setRootMenu()
640 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList()
705 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList()
754 if (type == P_MENU && rootEntry != menu && in keyPressEvent()
815 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
858 if (ptype == P_MENU && mode != listMode) { in mouseDoubleClickEvent()
1085 case P_MENU: in debug_info()
1200 if (prop->type != P_PROMPT && prop->type != P_MENU) in clicked()
[all …]
Dmconf.c489 case P_MENU: in build_conf()
628 if (menu->prompt->type == P_MENU) { in build_conf()
694 else if (submenu->prompt->type == P_MENU) in conf()
Dexpr.h180 P_MENU, /* prompt associated with a menu or menuconfig symbol */ enumerator
Dgconf.c709 if (ptype != P_MENU) in on_back_clicked()
908 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()
Dnconf.c753 case P_MENU: in build_conf()
905 if (menu->prompt && menu->prompt->type == P_MENU) { in build_conf()
1177 submenu->prompt->type == P_MENU) in conf()
Dconf.c582 case P_MENU: in conf()
Dmenu.c675 if (type == P_MENU) in menu_get_parent_menu()
Dsymbol.c1293 case P_MENU: in prop_get_type_name()