Searched defs:Op (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | options.h | 44 #define Op (1L<<19) /* .mo probe prerequisite */ macro 66 #define OPT_define ('D'|Op|Os|Ox) /* passed to preprocessor */ 101 #define OPT_undef ('U'|Op|Os|Ox) /* passed to preprocessor */
|
/ast/src/cmd/tw/ |
H A D | find.c | 143 #define Op (1<<4) macro 254 "a|and", AND, Op, 0, 0, 0, 276 "comma", COMMA, Op, 0, 0, 0, 381 "not", NOT, Op, 0, 0, 0, 389 "o|or", OR, Op, 0, 0, 0, 899 if (argp->type & Op)
|
Completed in 15 milliseconds