Lines Matching defs:inverted
753 bool inverted;
773 inverted = flags & ANYOF_INVERT;
853 * yet, output them. If the result is not to be inverted, it is
860 if (inverted) {
872 if (inverted) {
875 do_sep = ! inverted;
881 /* Here, the display shows the class as inverted, and
909 if (inverted && ! unresolved) {
1327 const bool invert /* Is the result to be inverted? */
1429 * 1 if the output wasn't inverted (didn't begin with a '^')
1430 * 2 if the output was inverted (did begin with a '^')
1438 * innards, choosing whether to display them inverted or not, regardless of
1439 * whether the class itself is to be inverted. However, there are some
1462 bool invert = cBOOL(flags & ANYOF_INVERT); /* Is the input to be inverted
1464 /* We are biased in favor of displaying things without them being inverted,
1553 /* And, it can get really weird for us to try outputting an inverted
1576 else { /* But otherwise, create the output again on the inverted input, and
1599 * conditional code points, so that when inverted, they will be gone
1635 * against showing it inverted */
1660 /* Distinguish between non and inverted cases */