Searched refs:TEST_CATCH (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/re/
H A Dtestregex.c101 #define TEST_CATCH 0x10000000 macro
106 #define TEST_GLOBAL (TEST_ACTUAL|TEST_AND|TEST_BASELINE|TEST_CATCH|TEST_FAIL|TEST_IGNORE_ERROR|TEST_IGNORE_OVER|TEST_IGNORE_POSITION|TEST_OR|TEST_PASS|TEST_SUMMARY|TEST_VERBOSE)
1144 if (!(test & TEST_CATCH))
1283 test |= TEST_CATCH;
1392 if (test & TEST_CATCH)
1445 if (test & TEST_CATCH)
1941 if (!(test & TEST_CATCH))
1954 if (!(test & TEST_CATCH))
1979 if (!(test & TEST_CATCH))
2135 if (!(test & TEST_CATCH))
[all...]

Completed in 12 milliseconds