Searched refs:TEST_OK (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/regex/ |
H A D | testregex.c | 88 #define TEST_OK 0x00020000 macro 1080 if (test & (TEST_ACTUAL|TEST_BASELINE|TEST_FAIL|TEST_OK|TEST_PASS|TEST_SUMMARY)) in extract() 1083 if (test & TEST_OK) in extract() 1102 if (!(test & TEST_OK)) in extract() 1913 extract(tabs, line, re, s, ans, msg, NiL, NiL, 0, 0, skip, level, test|TEST_OK); in main() 2260 … skip = extract(tabs, line, re, s, ans, msg, NiL, match, nmatch, nsub, skip, level, test|TEST_OK); in main()
|