Home
last modified time | relevance | path

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

/scripts/kconfig/
Dmenu.c99 return expr_alloc_and(e, expr_alloc_symbol(modules_sym)); in menu_check_dep()
109 current_entry->dep = expr_alloc_and(current_entry->dep, menu_check_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()
309 basedep = expr_alloc_and(expr_copy(parentdep), basedep); in menu_finalize()
320 dep = expr_alloc_and(expr_copy(basedep), dep); in menu_finalize()
328 expr_alloc_and(expr_alloc_symbol(menu->sym), expr_copy(dep))); in menu_finalize()
393 menu->dep = expr_alloc_and(basedep, menu->dep); in menu_finalize()
397 prop->visible.expr = expr_alloc_and(expr_copy(basedep), in menu_finalize()
434 expr_alloc_and(parent->prompt->visible.expr, in menu_finalize()
Dexpr.h201 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2);
Dexpr.c48 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and() function
1034 return expr_alloc_and( in expr_simplify_unmet_dep()
1039 e = expr_alloc_and(expr_copy(e1), expr_copy(e2)); in expr_simplify_unmet_dep()