Lines Matching refs:OPT_SET
678 if (op->flags & OPT_SET)
759 if (type == ':' && (op->flags & OPT_SET))
772 if (type == ':' && !(op->flags & OPT_SET))
797 op->flags |= OPT_SET;
800 else if (!(op->flags & OPT_SET))
903 op->flags &= ~OPT_SET;
1188 if (nop->set && (nop->flags & OPT_SET))
1438 * '?' 1 if OPT_SET, "" otherwise
1453 if (op->flags & OPT_SET)
1647 * 0 non-Ox OPT_SET options
1648 * '+' non-Om non-Ox OPT_SET options
1677 mask = Om|Ox|OPT_SET;
1678 test = Om|OPT_SET;
1721 mask = Ox|OPT_SET;
1722 test = OPT_SET;