Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.y172 current_entry->prompt->type = P_MENU;
351 menu_add_prompt(P_MENU, $2, NULL);
359 menu_add_prompt(P_MENU, $2, NULL);
504 rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL);
679 case P_MENU: in print_symbol()
714 case P_MENU: in zconfdump()
734 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump()
H A Dqconf.cc135 case P_MENU: in updateMenu()
437 if (mode == menuMode && type == P_MENU) in updateSelection()
558 if (type != P_MENU) in setRootMenu()
638 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList()
687 if (type == P_MENU && rootEntry != menu && in keyPressEvent()
746 if (ptype == P_MENU && rootEntry != menu && in contentsMouseReleaseEvent()
797 if (ptype == P_MENU && (mode == singleMode || mode == symbolMode)) in contentsMouseDoubleClickEvent()
1083 case P_MENU: in debug_info()
1723 if (child->prompt && child->prompt->type == P_MENU) { in fixup_rootmenu()
H A Dzconf.tab.c1699 current_entry->prompt->type = P_MENU;
1867 menu_add_prompt(P_MENU, (yyvsp[(2) - (3)].string), NULL);
1875 menu_add_prompt(P_MENU, (yyvsp[(2) - (3)].string), NULL);
2259 rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL); in conf_parse()
2434 case P_MENU: in print_symbol()
2469 case P_MENU: in zconfdump()
2489 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump()
H A Dmconf.c364 case P_MENU: in build_conf()
503 if (menu->prompt->type == P_MENU) { in build_conf()
569 else if (submenu->prompt->type == P_MENU) in conf()
H A Dgconf.c741 if (ptype != P_MENU) in on_back_clicked()
970 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event()
1123 case P_MENU: in fill_row()
1438 if ((view_mode != FULL_VIEW) && (ptype == P_MENU) in display_tree()
1492 if (child->prompt && child->prompt->type == P_MENU) { in fixup_rootmenu()
H A Dzconf.tab.c_shipped1699 current_entry->prompt->type = P_MENU;
1867 menu_add_prompt(P_MENU, (yyvsp[(2) - (3)].string), NULL);
1875 menu_add_prompt(P_MENU, (yyvsp[(2) - (3)].string), NULL);
2259 rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL);
2434 case P_MENU:
2469 case P_MENU:
2489 if (menu->prompt && menu->prompt->type == P_MENU)
H A Dnconf.c752 case P_MENU: in build_conf()
905 if (menu->prompt && menu->prompt->type == P_MENU) { in build_conf()
1185 submenu->prompt->type == P_MENU) in conf()
H A Dexpr.h125 P_MENU, /* prompt associated with a menuconfig option */ enumerator
H A Dconf.c364 case P_MENU: in conf()
H A Dmenu.c491 if (type == P_MENU) in menu_get_parent_menu()
H A Dsymbol.c1215 case P_MENU: in prop_get_type_name()