Searched refs:P_MENU (Results 1 – 10 of 10) sorted by relevance
/linux/scripts/kconfig/ |
A D | parser.y | 115 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()
|
A D | qconf.cc | 109 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 …]
|
A D | parser.tab.c | 1348 menu_add_prompt(P_MENU, (yyvsp[-1].string), NULL); in yyparse() 1389 current_entry->prompt->type = P_MENU; in yyparse() 1562 menu_add_prompt(P_MENU, (yyvsp[-1].string), NULL); in yyparse() 1956 menu_add_prompt(P_MENU, "Main menu", NULL); in conf_parse() 2104 case P_MENU: in print_symbol() 2143 case P_MENU: in zconfdump() 2163 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump()
|
A D | mconf.c | 489 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()
|
A D | gconf.c | 709 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()
|
A D | nconf.c | 753 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()
|
A D | expr.h | 180 P_MENU, /* prompt associated with a menu or menuconfig symbol */ enumerator
|
A D | conf.c | 582 case P_MENU: in conf()
|
A D | menu.c | 675 if (type == P_MENU) in menu_get_parent_menu()
|
A D | symbol.c | 1252 case P_MENU: in prop_get_type_name()
|
Completed in 25 milliseconds