Home
last modified time | relevance | path

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

/buildroot/support/kconfig/
A Dlkc.h107 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep);
A Dzconf.y223 menu_add_expr(P_DEFAULT, $2, $3);
245 menu_add_expr(P_RANGE, expr_alloc_comp(E_RANGE,$2, $3), $4);
278 menu_add_expr(P_CHOICE, NULL, NULL);
A Dmenu.c188 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() function
A Dzconf.tab.c_shipped1624 menu_add_expr(P_DEFAULT, (yyvsp[-2].expr), (yyvsp[-1].expr));
1655menu_add_expr(P_RANGE, expr_alloc_comp(E_RANGE,(yyvsp[-3].symbol), (yyvsp[-2].symbol)), (yyvsp[-1]…
1694 menu_add_expr(P_CHOICE, NULL, NULL);

Completed in 10 milliseconds