OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expr_alloc_and
(Results
1 - 6
of
6
) sorted by null
/external/toybox/kconfig/
menu.c
94
return
expr_alloc_and
(e, expr_alloc_symbol(modules_sym));
104
current_entry->dep =
expr_alloc_and
(current_entry->dep, menu_check_dep(dep));
256
basedep =
expr_alloc_and
(expr_copy(parentdep), basedep);
267
dep =
expr_alloc_and
(expr_copy(basedep), dep);
275
expr_alloc_and
(expr_alloc_symbol(menu->sym), expr_copy(dep)));
363
expr_alloc_and
(parent->prompt->visible.expr,
expr.h
165
struct expr *
expr_alloc_and
(struct expr *e1, struct expr *e2);
expr.c
53
struct expr *
expr_alloc_and
(struct expr *e1, struct expr *e2)
function
/external/u-boot/scripts/kconfig/
menu.c
98
return
expr_alloc_and
(e, expr_alloc_symbol(modules_sym));
108
current_entry->dep =
expr_alloc_and
(current_entry->dep, dep);
165
=
expr_alloc_and
(prop->visible.expr,
184
current_entry->visibility =
expr_alloc_and
(current_entry->visibility,
350
basedep =
expr_alloc_and
(expr_copy(parentdep), basedep);
394
dep =
expr_alloc_and
(expr_copy(basedep), dep);
407
expr_alloc_and
(expr_alloc_symbol(menu->sym), expr_copy(dep)));
411
expr_alloc_and
(expr_alloc_symbol(menu->sym), expr_copy(dep)));
523
menu->dep =
expr_alloc_and
(basedep, menu->dep);
527
prop->visible.expr =
expr_alloc_and
(expr_copy(basedep)
[
all
...]
expr.h
296
struct expr *
expr_alloc_and
(struct expr *e1, struct expr *e2);
expr.c
51
struct expr *
expr_alloc_and
(struct expr *e1, struct expr *e2)
function
Completed in 1154 milliseconds