Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/kconfig/
Dexpr.c33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
53 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and()
60 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or()
133 #define e2 (*ep2) macro
193 int expr_eq(struct expr *e1, struct expr *e2) in expr_eq()
350 struct expr *expr_join_or(struct expr *e1, struct expr *e2) in expr_join_or()
414 struct expr *expr_join_and(struct expr *e1, struct expr *e2) in expr_join_and()
511 #define e2 (*ep2) in expr_eliminate_dups1() macro
563 #define e2 (*ep2) in expr_eliminate_dups2() macro
855 #define e2 (*ep2) in expr_extract_eq() macro
[all …]
/busybox-1.35.0/miscutils/
Dbc.c1278 static int bc_id_cmp(const void *e1, const void *e2) in bc_id_cmp()