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

/ast/src/cmd/nmake/
H A Doptions.h39 #define Ob (1<<10) /* boolean value */ macro
56 #define OPT_accept ('A'|Ob) /* accept existing targets */
57 #define OPT_alias ('a'|Ob) /* directory aliasing enabled */
58 #define OPT_base ('b'|Ob|Ox) /* compile base|global rules */
61 #define OPT_compile ('c'|Ob|Ox) /* force makefile compilation */
62 #define OPT_compatibility ('C'|Ob|Ox) /* disable compatibility msgs */
64 #define OPT_cross ('J'|Ob) /* don't run gen'd executables */
68 #define OPT_exec ('n'|Ob|Oo) /* execute shell actions */
69 #define OPT_expandview ('x'|Ob) /* expand paths if fsview!=0 */
70 #define OPT_explain ('e'|Ob) /* explai
[all...]
H A Doption.c446 switch (op->flags & (Ob|On|Os))
448 case Ob:
498 if (op->flags & Ob)
650 if (op->flags & Ob)
815 else if (op->flags & Ob)
1074 n = sep|Ob;
1079 n = '?'|Of|Ob;
1106 n |= Ob;
1109 n &= ~(Ob|Os);
1119 n &= ~(Ob|O
[all...]

Completed in 10 milliseconds