Searched refs:TEST_IGNORE_POSITION (Results 1 – 1 of 1) sorted by relevance
97 #define TEST_IGNORE_POSITION 0x08000000 macro104 …_BASELINE|TEST_CATCH|TEST_FAIL|TEST_IGNORE_ERROR|TEST_IGNORE_OVER|TEST_IGNORE_POSITION|TEST_OR|TES…861 …match-1].rm_so != -1 || match[nmatch-1].rm_eo != -1) && (!(test & TEST_IGNORE_POSITION) || match[n… in matchprint()961 if ((test & TEST_IGNORE_POSITION) && (match[i].rm_so<0 || match[i].rm_eo<0)) in matchcheck()1304 test |= TEST_IGNORE_POSITION; in main()1398 if (test & TEST_IGNORE_POSITION) in main()