Searched refs:P_MENU (Results 1 – 6 of 6) sorted by relevance
/third_party/toybox/kconfig/ |
D | mconf.c | 443 case P_MENU: in build_conf() 570 if (menu->prompt->type == P_MENU) { in build_conf() 636 else if (submenu->prompt->type == P_MENU) in conf()
|
D | expr.h | 110 P_UNKNOWN, P_PROMPT, P_COMMENT, P_MENU, P_DEFAULT, P_CHOICE, P_SELECT, P_RANGE enumerator
|
D | conf.c | 423 case P_MENU: in conf()
|
D | zconf.tab.c_shipped | 1499 current_entry->prompt->type = P_MENU; 1668 menu_add_prompt(P_MENU, (yyvsp[-1].string), NULL); 2118 rootmenu.prompt = menu_add_prompt(P_MENU, PROJECT_NAME" Configuration", NULL); 2307 case P_MENU: 2328 if (menu->prompt && menu->prompt->type == P_MENU)
|
D | menu.c | 414 if (type == P_MENU) in menu_get_parent_menu()
|
D | symbol.c | 870 case P_MENU: in prop_get_type_name()
|