Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dparser.y114 menu_add_prompt(P_MENU, $2, NULL);
184 current_entry->prompt->type = P_MENU;
349 menu_add_prompt(P_MENU, $2, NULL);
594 menu_add_prompt(P_MENU, "Main menu", NULL); in conf_parse()
741 case P_MENU: in print_symbol()
776 case P_MENU: in zconfdump()
796 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump()
H A Dqconf.cc425 if (mode == menuMode && type == P_MENU) in updateSelection()
565 if (type != P_MENU) in setRootMenu()
650 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList()
713 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList()
762 if (type == P_MENU && rootEntry != menu && in keyPressEvent()
816 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
852 if (ptype == P_MENU && mode != listMode) { in mouseDoubleClickEvent()
1079 case P_MENU: in debug_info()
1805 if (child->prompt && child->prompt->type == P_MENU) { in fixup_rootmenu()
H A Dmconf.c481 case P_MENU: in build_conf()
586 if (menu->prompt->type == P_MENU) { in build_conf()
807 else if (submenu->prompt->type == P_MENU) in conf()
H A Dexpr.h181 P_MENU, /* prompt associated with a menu or menuconfig symbol */ enumerator
H A Dnconf.c782 case P_MENU: in build_conf()
893 if (menu->prompt && menu->prompt->type == P_MENU) { in build_conf()
1184 submenu->prompt->type == P_MENU) in selected_conf()
H A Dgconf.c773 if (ptype == P_MENU && view_mode == SINGLE_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event()
943 if (child->prompt && child->prompt->type == P_MENU) { in fixup_rootmenu()
H A Dconf.c524 case P_MENU: in conf()
H A Dconfdata.c880 menu->prompt->type == P_MENU) { in conf_write()
H A Dmenu.c614 if (type == P_MENU) in menu_get_menu_or_parent_menu()
H A Dsymbol.c1352 case P_MENU: in prop_get_type_name()