expr_trans_bool   411 scripts/kconfig/expr.c 		e->left.expr = expr_trans_bool(e->left.expr);
expr_trans_bool   412 scripts/kconfig/expr.c 		e->right.expr = expr_trans_bool(e->right.expr);
expr_trans_bool   305 scripts/kconfig/expr.h struct expr *expr_trans_bool(struct expr *e);
expr_trans_bool   391 scripts/kconfig/menu.c 					dep = expr_trans_bool(dep);