Searched refs:menu_add_expr (Results 1 – 4 of 4) sorted by relevance
/linux/scripts/kconfig/ |
A D | parser.y | 193 menu_add_expr(P_DEFAULT, $2, $3); 215 menu_add_expr(P_RANGE, expr_alloc_comp(E_RANGE,$2, $3), $4); 234 menu_add_expr(P_CHOICE, NULL, NULL);
|
A D | lkc.h | 90 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep);
|
A D | parser.tab.c | 1414 menu_add_expr(P_DEFAULT, (yyvsp[-2].expr), (yyvsp[-1].expr)); in yyparse() 1439 …menu_add_expr(P_RANGE, expr_alloc_comp(E_RANGE,(yyvsp[-3].symbol), (yyvsp[-2].symbol)), (yyvsp[-1]… in yyparse() 1458 menu_add_expr(P_CHOICE, NULL, NULL); in yyparse()
|
A D | menu.c | 205 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() function
|
Completed in 11 milliseconds