Home
last modified time | relevance | path

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

/dragonfly/tools/regression/lib/libc-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()
1300 test |= TEST_IGNORE_POSITION; in main()
1394 if (test & TEST_IGNORE_POSITION) in main()