Home
last modified time | relevance | path

Searched refs:expr_alloc_and (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/scripts/kconfig/
Dmenu.c98 return expr_alloc_and(e, expr_alloc_symbol(modules_sym)); in rewrite_m()
108 current_entry->dep = expr_alloc_and(current_entry->dep, dep); in menu_add_dep()
165 = expr_alloc_and(prop->visible.expr, in menu_add_prop()
184 current_entry->visibility = expr_alloc_and(current_entry->visibility, in menu_add_visibility()
350 basedep = expr_alloc_and(expr_copy(parentdep), basedep); in menu_finalize()
394 dep = expr_alloc_and(expr_copy(basedep), dep); in menu_finalize()
407 expr_alloc_and(expr_alloc_symbol(menu->sym), expr_copy(dep))); in menu_finalize()
411 expr_alloc_and(expr_alloc_symbol(menu->sym), expr_copy(dep))); in menu_finalize()
523 menu->dep = expr_alloc_and(basedep, menu->dep); in menu_finalize()
527 prop->visible.expr = expr_alloc_and(expr_copy(basedep), in menu_finalize()
[all …]
Dexpr.h296 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2);
Dexpr.c51 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and() function
/external/toybox/kconfig/
Dmenu.c94 return expr_alloc_and(e, expr_alloc_symbol(modules_sym)); in menu_check_dep()
104 current_entry->dep = expr_alloc_and(current_entry->dep, menu_check_dep(dep)); in menu_add_dep()
256 basedep = expr_alloc_and(expr_copy(parentdep), basedep); in menu_finalize()
267 dep = expr_alloc_and(expr_copy(basedep), dep); in menu_finalize()
275 expr_alloc_and(expr_alloc_symbol(menu->sym), expr_copy(dep))); in menu_finalize()
363 expr_alloc_and(parent->prompt->visible.expr, in menu_finalize()
Dexpr.h165 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2);
Dexpr.c53 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and() function