Searched refs:menu_add_expr (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/scripts/kconfig/ | 
| D | parser.y | 192 	menu_add_expr(P_DEFAULT, $2, $3);214 	menu_add_expr(P_RANGE, expr_alloc_comp(E_RANGE,$2, $3), $4);
 240 	menu_add_expr(P_CHOICE, NULL, NULL);
 
 | 
| D | lkc.h | 75 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep);
 | 
| D | menu.c | 188 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep)  in menu_add_expr()  function
 |