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

/ast/src/cmd/nmake/
H A Doptions.h50 #define OPT_DECLARE (1L<<27) /* compile declaration */ macro
H A Doption.c670 if (op->flags & OPT_DECLARE)
1197 nop->flags |= OPT_DECLARE;
1696 if (op->flags & OPT_DECLARE)
1698 op->flags &= ~OPT_DECLARE;

Completed in 11 milliseconds