Home
last modified time | relevance | path

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

/scripts/kconfig/
Dexpr.c30 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
48 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and()
55 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or()
127 #define e1 (*ep1) macro
189 int expr_eq(struct expr *e1, struct expr *e2) in expr_eq()
346 static struct expr *expr_join_or(struct expr *e1, struct expr *e2) in expr_join_or()
410 static struct expr *expr_join_and(struct expr *e1, struct expr *e2) in expr_join_and()
506 #define e1 (*ep1) in expr_eliminate_dups1() macro
558 #define e1 (*ep1) in expr_eliminate_dups2() macro
850 #define e1 (*ep1) in expr_extract_eq() macro
[all …]