Searched defs:OPT_invert (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/pax/
H A Doptions.h95 #define OPT_invert 55 macro
/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 20 milliseconds