Searched refs:OPT_DISABLE (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/pax/
H A Doptions.h28 #define OPT_DISABLE (1<<0) macro
H A Dmisc.c487 op->flags |= OPT_DISABLE;
489 if (op->macro && !(op->flags & OPT_DISABLE))
491 op->flags |= OPT_DISABLE;
497 op->flags &= ~OPT_DISABLE;

Completed in 19 milliseconds