Searched refs:expr_alloc_and (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | menu.c | 99 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() 166 = expr_alloc_and(prop->visible.expr, in menu_add_prop() 185 current_entry->visibility = expr_alloc_and(current_entry->visibility, in menu_add_visibility() 320 basedep = expr_alloc_and(expr_copy(parentdep), basedep); in menu_finalize() 331 dep = expr_alloc_and(expr_copy(basedep), dep); in menu_finalize() 339 expr_alloc_and(expr_alloc_symbol(menu->sym), expr_copy(dep))); in menu_finalize() 343 expr_alloc_and(expr_alloc_symbol(menu->sym), expr_copy(dep))); in menu_finalize() 408 menu->dep = expr_alloc_and(basedep, menu->dep); in menu_finalize() 412 prop->visible.expr = expr_alloc_and(expr_copy(basedep), in menu_finalize() [all …]
|
| H A D | expr.h | 208 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2);
|
| H A D | expr.c | 51 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and() function 1054 return expr_alloc_and( in expr_simplify_unmet_dep() 1059 e = expr_alloc_and(expr_copy(e1), expr_copy(e2)); in expr_simplify_unmet_dep()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | menu.c | 98 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 …]
|
| H A D | expr.h | 296 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2);
|
| H A D | expr.c | 51 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and() function
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | menu.c | 99 return expr_alloc_and(e, expr_alloc_symbol(modules_sym)); in rewrite_m() 109 current_entry->dep = expr_alloc_and(current_entry->dep, dep); in menu_add_dep() 187 prop->visible.expr = expr_alloc_and(prop->visible.expr, in menu_add_prompt() 200 current_entry->visibility = expr_alloc_and(current_entry->visibility, in menu_add_visibility() 358 basedep = expr_alloc_and(expr_copy(parentdep), basedep); in menu_finalize() 402 dep = expr_alloc_and(expr_copy(basedep), dep); in menu_finalize() 415 expr_alloc_and(expr_alloc_symbol(menu->sym), expr_copy(dep))); in menu_finalize() 419 expr_alloc_and(expr_alloc_symbol(menu->sym), expr_copy(dep))); in menu_finalize() 531 menu->dep = expr_alloc_and(basedep, menu->dep); in menu_finalize() 535 prop->visible.expr = expr_alloc_and(expr_copy(basedep), in menu_finalize() [all …]
|
| H A D | expr.h | 298 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2);
|
| H A D | expr.c | 52 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and() function
|