expr_type          22 scripts/kconfig/expr.c struct expr *expr_alloc_one(enum expr_type type, struct expr *ce)
expr_type          30 scripts/kconfig/expr.c struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2)
expr_type          39 scripts/kconfig/expr.c struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2)
expr_type         130 scripts/kconfig/expr.c static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2)
expr_type         504 scripts/kconfig/expr.c static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2)
expr_type         556 scripts/kconfig/expr.c static void expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2)
expr_type         848 scripts/kconfig/expr.c void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2)
expr_type         877 scripts/kconfig/expr.c struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym)
expr_type         979 scripts/kconfig/expr.c int expr_compare_type(enum expr_type t1, enum expr_type t2)
expr_type          41 scripts/kconfig/expr.h 	enum expr_type type;
expr_type         201 scripts/kconfig/expr.h struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
expr_type         202 scripts/kconfig/expr.h struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
expr_type         203 scripts/kconfig/expr.h struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
expr_type         219 scripts/kconfig/expr.h void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2);
expr_type         220 scripts/kconfig/expr.h struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
expr_type          56 scripts/kconfig/lkc_proto.h P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2));