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()
402 flags |= OPT_UNSET; in parse_long_opt()
407 flags |= OPT_UNSET; in parse_long_opt()
424 if (!(flags & OPT_UNSET) && *arg_end) in parse_long_opt()
432 flags |= OPT_UNSET; in parse_long_opt()
438 flags |= OPT_UNSET; in parse_long_opt()
459 (ambiguous_flags & OPT_UNSET) ? "no-" : "", in parse_long_opt()
461 (abbrev_flags & OPT_UNSET) ? "no-" : "", in parse_long_opt()