Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
A Dparser.y115 menu_add_prompt(P_MENU, $2, NULL);
187 menu_add_prompt(P_PROMPT, $2, $3);
264 menu_add_prompt(P_PROMPT, $2, $3);
332 menu_add_prompt(P_MENU, $2, NULL);
370 menu_add_prompt(P_COMMENT, $2, NULL);
426 menu_add_prompt(P_PROMPT, $1, $2);
501 menu_add_prompt(P_MENU, "Main menu", NULL);
A Dparser.tab.c1348 menu_add_prompt(P_MENU, (yyvsp[-1].string), NULL); in yyparse()
1407 menu_add_prompt(P_PROMPT, (yyvsp[-2].string), (yyvsp[-1].expr)); in yyparse()
1481 menu_add_prompt(P_PROMPT, (yyvsp[-2].string), (yyvsp[-1].expr)); in yyparse()
1562 menu_add_prompt(P_MENU, (yyvsp[-1].string), NULL); in yyparse()
1593 menu_add_prompt(P_COMMENT, (yyvsp[-1].string), NULL); in yyparse()
1637 menu_add_prompt(P_PROMPT, (yyvsp[-1].string), (yyvsp[0].expr)); in yyparse()
1956 menu_add_prompt(P_MENU, "Main menu", NULL); in conf_parse()
A Dlkc.h89 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
A Dmenu.c157 struct property *menu_add_prompt(enum prop_type type, char *prompt, in menu_add_prompt() function

Completed in 9 milliseconds