Searched refs:menu_add_expr (Results 1 – 3 of 3) sorted by relevance
/external/toybox/kconfig/ |
D | lkc.h | 85 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep);
|
D | menu.c | 150 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() function
|
D | zconf.tab.c_shipped | 1528 menu_add_expr(P_DEFAULT, (yyvsp[-2].expr), (yyvsp[-1].expr)); 1548 …menu_add_expr(P_RANGE, expr_alloc_comp(E_RANGE,(yyvsp[-3].symbol), (yyvsp[-2].symbol)), (yyvsp[-1]… 1581 menu_add_expr(P_CHOICE, NULL, NULL);
|