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

/ast/src/cmd/nmake/
H A Doptions.h46 #define Ov (1L<<17) /* value is optional */ macro
63 #define OPT_corrupt ('X'|Os|Ov) /* corrupt statefile action */
73 #define OPT_global ('g'|Oa|Os|Ov) /* next arg is global makefile */
88 #define OPT_readstate ('S'|On|Ov) /* read state file on startup */
89 #define OPT_regress ('q'|Os|Ov) /* output for regression test */
104 #define OPT_writeobject (107|Of|Os|Ov|Ox)/* write recompiled object */
105 #define OPT_writestate (108|Of|Os|Ov|Ox)/* write state file on exit */
H A Doption.c508 if (op->flags & Ov)
545 if (op->flags & Ov)
664 if (op->flags & Ov)
817 else if ((op->flags & (Os|Ov)) == Os && n && !s)
1123 n |= Ov;

Completed in 13 milliseconds