Searched defs:Os (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/nmake/
H A Doptions.h45 #define Os (1L<<16) /* string value */ macro
60 #define OPT_byname ('o'|Oa|Os|Ox) /* command line option by name */
63 #define OPT_corrupt ('X'|Os|Ov) /* corrupt statefile action */
66 #define OPT_define ('D'|Op|Os|Ox) /* passed to preprocessor */
67 #define OPT_errorid ('E'|Os) /* append to error output id */
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 */
76 #define OPT_include ('I'|Os|Ox) /* passed to preprocessor */
81 #define OPT_mam ('M'|Os) /* generate mam */
83 #define OPT_option (101|Oa|Of|Os|O
[all...]

Completed in 31 milliseconds