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 - 3
of
3
) 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
Completed in 496 milliseconds