Lines Matching defs:test
229 { "test", OPT_test, (char*)&state.test, 0,
230 "Enable test code defined by \amask\a. Test code is implementation"
231 " specific. The test \amask\a registry is in the \bmain.c\b \bnmake\b"
1663 long test;
1673 test = 0;
1678 test = Om|OPT_SET;
1683 test = OPT_DEFAULT;
1688 test = 0;
1693 test = OPT_COMPILE;
1722 test = OPT_SET;
1726 if ((op->flags & mask) == test)