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

/ast/src/cmd/re/
H A Dtestregex.c81 #define TEST_SUB 0x00000800 macro
1688 test |= TEST_SUB;
1834 if (test & TEST_SUB)
1950 if (!cret && (test & TEST_SUB))
2044 if (!(test & (TEST_DECOMP|TEST_SUB)) && *ans && *ans != '(' && !streq(ans, "OK") && !streq(ans, "NOMATCH"))
2145 if ((test & TEST_SUB) && !eret)
2213 else if (test & TEST_SUB)
2250 if (!(test & (TEST_DECOMP|TEST_SUB|TEST_VERIFY)) && !nonosub)

Completed in 14 milliseconds