Lines Matching refs:OPT_UNSET
16 #define OPT_UNSET 2 macro
24 else if (flags & OPT_UNSET) in opterror()
42 else if (flags & OPT_UNSET) in optwarning()
73 const int unset = flags & OPT_UNSET; in get_value()
381 flags |= OPT_UNSET; in parse_long_opt()
386 flags |= OPT_UNSET; in parse_long_opt()
403 if (!(flags & OPT_UNSET) && *arg_end) in parse_long_opt()
411 flags |= OPT_UNSET; in parse_long_opt()
417 flags |= OPT_UNSET; in parse_long_opt()
438 (ambiguous_flags & OPT_UNSET) ? "no-" : "", in parse_long_opt()
440 (abbrev_flags & OPT_UNSET) ? "no-" : "", in parse_long_opt()