Home
last modified time | relevance | path

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

/external/toybox/kconfig/
Dexpr.c67 struct expr *expr_copy(struct expr *org) in expr_copy() function
81 e->left.expr = expr_copy(org->left.expr); in expr_copy()
91 e->left.expr = expr_copy(org->left.expr); in expr_copy()
92 e->right.expr = expr_copy(org->right.expr); in expr_copy()
210 e1 = expr_copy(e1); in expr_eq()
211 e2 = expr_copy(e2); in expr_eq()
357 return expr_copy(e1); in expr_join_or()
421 return expr_copy(e1); in expr_join_and()
583 tmp1 = expr_transform(expr_alloc_one(E_NOT, expr_copy(e1))); in expr_eliminate_dups2()
584 tmp2 = expr_copy(e2); in expr_eliminate_dups2()
[all …]
Dmenu.c256 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()
294 dep2 = expr_copy(basedep); in menu_finalize()
Dexpr.h167 struct expr *expr_copy(struct expr *org);
/external/u-boot/scripts/kconfig/
Dexpr.c65 struct expr *expr_copy(const struct expr *org) in expr_copy() function
79 e->left.expr = expr_copy(org->left.expr); in expr_copy()
93 e->left.expr = expr_copy(org->left.expr); in expr_copy()
94 e->right.expr = expr_copy(org->right.expr); in expr_copy()
271 e1 = expr_copy(e1); in expr_eq()
272 e2 = expr_copy(e2); in expr_eq()
429 return expr_copy(e1); in expr_join_or()
493 return expr_copy(e1); in expr_join_and()
955 return expr_copy(e); in expr_trans_compare()
959 return expr_alloc_one(E_NOT, expr_copy(e)); in expr_trans_compare()
[all …]
Dmenu.c162 dup_expr = expr_copy(menu->visibility); in menu_add_prop()
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()
474 dep2 = expr_copy(basedep); in menu_finalize()
527 prop->visible.expr = expr_alloc_and(expr_copy(basedep), in menu_finalize()
Dexpr.h298 struct expr *expr_copy(const struct expr *org);