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