expr_trans_bool   325 scripts/kconfig/expr.c 		e->left.expr = expr_trans_bool(e->left.expr);
expr_trans_bool   326 scripts/kconfig/expr.c 		e->right.expr = expr_trans_bool(e->right.expr);
expr_trans_bool   212 scripts/kconfig/expr.h struct expr *expr_trans_bool(struct expr *e);
expr_trans_bool   330 scripts/kconfig/menu.c 					dep = expr_trans_bool(dep);