Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c71 #define TEST_BRE 0x00000002 macro
1556 test |= TEST_BRE; in main()
1855 if (REG_EXTENDED != 0 && (test & TEST_BRE)) in main()
1857 if (test & TEST_BRE) in main()
1860 test &= ~TEST_BRE; in main()