Searched refs:OPT_SET (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/pax/
H A Doptions.h36 #define OPT_SET (1<<8) macro
H A Dpax-tar.c378 if (op->flags & OPT_SET)
411 if (op->flags & OPT_SET)
423 if (op->flags & OPT_SET)
442 if (op->flags & OPT_SET)
454 if (op->flags & OPT_SET)
461 if (!s && (op->flags & OPT_SET))
H A Dpax.c532 op->flags |= OPT_SET;
1292 if (!type && !(op->flags & OPT_HEADER) || !(op->flags & (OPT_IGNORE|OPT_SET)))
1560 options[OPT_release].flags |= OPT_SET;
H A Dmisc.c700 if (!(op->flags & OPT_SET) || !(s = op->perm.string))
/ast/src/cmd/nmake/
H A Doptions.h54 #define OPT_SET (1L<<31) /* explicitly set */ macro
H A Doption.c678 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 option
[all...]

Completed in 23 milliseconds