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

/ast/src/cmd/nmake/
H A Doptions.h38 #define Oa (1<<9) /* multiple string values added */ macro
60 #define OPT_byname ('o'|Oa|Os|Ox) /* command line option by name */
71 #define OPT_file ('f'|Oa|Os|Ox) /* next arg is makefile */
73 #define OPT_global ('g'|Oa|Os|Ov) /* next arg is global makefile */
83 #define OPT_option (101|Oa|Of|Os|Ox)/* define new option by name */
H A Doption.c496 if (op->flags & Oa)
648 if (op->flags & Oa)
1102 n |= Oa;
1163 if ((n & (Os|Oa)) == (Os|Oa) && !op->value)
1377 if (op->flags & Oa)
1532 sfprintf(sp, (op->flags & Oa) ? "0x%08lx" : "%ld", n);
1535 if ((op->flags & Oa) && op->value && !(flag & Oi))

Completed in 33 milliseconds