Searched refs:INVERSE (Results 1 – 2 of 2) sorted by relevance
42 #define INVERSE 0x4 /* '^' invert the mask */ macro197 prefix |= INVERSE; in __chkflags()231 if ((prefix & (INVERSE | SUCCESS)) == SUCCESS) { in __chkflags()233 } else if ((prefix & (INVERSE | SUCCESS)) == in __chkflags()234 (INVERSE | SUCCESS)) { in __chkflags()237 if ((prefix & (INVERSE | FAILURE)) == FAILURE) { in __chkflags()239 } else if ((prefix & (INVERSE | FAILURE)) == in __chkflags()240 (INVERSE | FAILURE)) { in __chkflags()
201 #define INVERSE(ch) (ch ^ 0xff) macro