OPT_UNSET
else if (flags & OPT_UNSET)
else if (flags & OPT_UNSET)
flags |= OPT_UNSET;
flags |= OPT_UNSET;
if (!(flags & OPT_UNSET) && *arg_end)
flags |= OPT_UNSET;
flags |= OPT_UNSET;
(ambiguous_flags & OPT_UNSET) ? "no-" : "",
(abbrev_flags & OPT_UNSET) ? "no-" : "",
const int unset = flags & OPT_UNSET;