Searched refs:OPT_invert (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/pax/
H A Doptions.h95 #define OPT_invert 55 macro
H A Doptions.c562 OPT_invert,
H A Dpax.c964 case OPT_invert:
/ast/src/lib/libast/misc/
H A Doptget.c51 #define OPT_invert 0x008 /* flag inverts long sense */ macro
290 "invert", OPT_invert,
3057 a |= OPT_invert;
3070 a |= OPT_invert;
3076 if (sl || (p - s) == 1 || *(s + 1) == '=' || *(s + 1) == '!' && (a |= OPT_invert) || *(s + 1) == '|')
3415 if ((a & OPT_invert) && w && (d || u))

Completed in 27 milliseconds