Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dexpr.c33 static struct expr *expr_lookup(enum expr_type type, void *l, void *r) in expr_lookup() function
59 return expr_lookup(E_SYMBOL, sym, NULL); in expr_alloc_symbol()
64 return expr_lookup(type, ce, NULL); in expr_alloc_one()
69 return expr_lookup(type, e1, e2); in expr_alloc_two()
74 return expr_lookup(type, s1, s2); in expr_alloc_comp()