UCT_ALL
if ((update_ctx->uc_type & UCT_ALL) ||
return (!(update_ctx->uc_type & UCT_ALL) &&
ASSERT((update_ctx->uc_type & (UCT_INDEX|UCT_ALL)) !=
(UCT_INDEX|UCT_ALL));
uc.uc_type = UCT_ALL;
ASSERT((update_ctx->uc_type & (UCT_INDEX|UCT_ALL)) !=
(UCT_INDEX|UCT_ALL));
uc.uc_type = UCT_ALL;
if ((update_ctx->uc_type & UCT_ALL) ||
return (!(update_ctx->uc_type & UCT_ALL) &&
ASSERT((update_ctx->uc_type & (UCT_ALL|UCT_INDEX)) !=
(UCT_ALL|UCT_INDEX));
uc.uc_type = UCT_ALL;