Home
last modified time | relevance | path

Searched refs:TEST_SUB (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c81 #define TEST_SUB 0x00000800 macro
1692 test |= TEST_SUB; in main()
1838 if (test & TEST_SUB) in main()
1952 if (!cret && (test & TEST_SUB)) in main()
2046 …if (!(test & (TEST_DECOMP|TEST_SUB)) && *ans && *ans != '(' && !streq(ans, "OK") && !streq(ans, "N… in main()
2147 if ((test & TEST_SUB) && !eret) in main()
2215 else if (test & TEST_SUB) in main()
2252 if (!(test & (TEST_DECOMP|TEST_SUB|TEST_VERIFY)) && !nonosub) in main()