Home | History | Annotate | Download | only in kconfig

Lines Matching refs:menu_add_prompt

1523 	menu_add_prompt(P_PROMPT, (yyvsp[-2].string), (yyvsp[-1].expr));
1609 menu_add_prompt(P_PROMPT, (yyvsp[-2].string), (yyvsp[-1].expr));
1671 menu_add_prompt(P_MENU, (yyvsp[-1].string), NULL);
1705 menu_add_prompt(P_COMMENT, (yyvsp[-1].string), NULL);
1759 menu_add_prompt(P_PROMPT, (yyvsp[-1].string), (yyvsp[0].expr));
2122 rootmenu.prompt = menu_add_prompt(P_MENU, PROJECT_NAME" Configuration", NULL);