expr_trans_bool   330 scripts/kconfig/expr.c 		e->left.expr = expr_trans_bool(e->left.expr);
expr_trans_bool   331 scripts/kconfig/expr.c 		e->right.expr = expr_trans_bool(e->right.expr);
expr_trans_bool   173 scripts/kconfig/expr.h struct expr *expr_trans_bool(struct expr *e);
expr_trans_bool   276 scripts/kconfig/menu.c 					dep = expr_trans_bool(dep);