Home
last modified time | relevance | path

Searched refs:menu_add_prompt (Results 1 – 3 of 3) sorted by relevance

/external/toybox/kconfig/
Dlkc.h84 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
Dzconf.tab.c_shipped1520 menu_add_prompt(P_PROMPT, (yyvsp[-2].string), (yyvsp[-1].expr));
1606 menu_add_prompt(P_PROMPT, (yyvsp[-2].string), (yyvsp[-1].expr));
1668 menu_add_prompt(P_MENU, (yyvsp[-1].string), NULL);
1702 menu_add_prompt(P_COMMENT, (yyvsp[-1].string), NULL);
1756 menu_add_prompt(P_PROMPT, (yyvsp[-1].string), (yyvsp[0].expr));
2118 rootmenu.prompt = menu_add_prompt(P_MENU, PROJECT_NAME" Configuration", NULL);
Dmenu.c145 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() function