Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c99 #define TEST_IGNORE_POSITION 0x08000000 macro
106 …_BASELINE|TEST_CATCH|TEST_FAIL|TEST_IGNORE_ERROR|TEST_IGNORE_OVER|TEST_IGNORE_POSITION|TEST_OR|TES…
863 …match-1].rm_so != -1 || match[nmatch-1].rm_eo != -1) && (!(test & TEST_IGNORE_POSITION) || match[n… in matchprint()
963 if ((test & TEST_IGNORE_POSITION) && (match[i].rm_so<0 || match[i].rm_eo<0)) in matchcheck()
1306 test |= TEST_IGNORE_POSITION; in main()
1400 if (test & TEST_IGNORE_POSITION) in main()