Home
last modified time | relevance | path

Searched defs:e1 (Results 1 – 1 of 1) sorted by relevance

/scripts/kconfig/
Dexpr.c33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
51 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and()
58 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or()
138 #define e1 (*ep1) macro
200 static int expr_eq(struct expr *e1, struct expr *e2) in expr_eq()
368 static struct expr *expr_join_or(struct expr *e1, struct expr *e2) in expr_join_or()
432 static struct expr *expr_join_and(struct expr *e1, struct expr *e2) in expr_join_and()
528 #define e1 (*ep1) in expr_eliminate_dups1() macro
817 struct expr *e1, *e2; in expr_trans_compare() local
1055 struct expr *expr_simplify_unmet_dep(struct expr *e1, struct expr *e2) in expr_simplify_unmet_dep()