Searched refs:OPT_invert (Results 1 – 1 of 1) sorted by relevance
51 #define OPT_invert 0x008 /* flag inverts long sense */ macro290 "invert", OPT_invert,3057 a |= OPT_invert; in opthelp()3070 a |= OPT_invert; in opthelp()3076 …if (sl || (p - s) == 1 || *(s + 1) == '=' || *(s + 1) == '!' && (a |= OPT_invert) || *(s + 1) == '… in opthelp()3415 if ((a & OPT_invert) && w && (d || u)) in opthelp()