Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dparser.y113 menu_add_prompt(P_MENU, $2, NULL);
183 current_entry->prompt->type = P_MENU;
342 menu_add_prompt(P_MENU, $2, NULL);
550 menu_add_prompt(P_MENU, "Main menu", NULL); in conf_parse()
694 case P_MENU: in print_symbol()
729 case P_MENU: in zconfdump()
749 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump()
H A Dmconf.c480 case P_MENU: in build_conf()
585 if (menu->prompt->type == P_MENU) { in build_conf()
806 else if (submenu->prompt->type == P_MENU) in conf()
H A Dgconf.c674 if (ptype != P_MENU) in on_back_clicked()
873 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event()
1030 case P_MENU: in fill_row()
1319 if ((view_mode != FULL_VIEW) && (ptype == P_MENU) in display_tree()
1375 if (child->prompt && child->prompt->type == P_MENU) { in fixup_rootmenu()
H A Dexpr.h180 P_MENU, /* prompt associated with a menu or menuconfig symbol */ enumerator
H A Dnconf.c779 case P_MENU: in build_conf()
890 if (menu->prompt && menu->prompt->type == P_MENU) { in build_conf()
1181 submenu->prompt->type == P_MENU) in selected_conf()
H A Dconf.c524 case P_MENU: in conf()
H A Dmenu.c583 if (type == P_MENU) in menu_get_parent_menu()