TEST_IGNORE_POSITION 106 src/pkg/regexp/testdata/testregex.c #define TEST_GLOBAL (TEST_ACTUAL|TEST_AND|TEST_BASELINE|TEST_CATCH|TEST_FAIL|TEST_IGNORE_ERROR|TEST_IGNORE_OVER|TEST_IGNORE_POSITION|TEST_OR|TEST_PASS|TEST_SUMMARY|TEST_VERBOSE) TEST_IGNORE_POSITION 863 src/pkg/regexp/testdata/testregex.c if ((match[nmatch-1].rm_so != -1 || match[nmatch-1].rm_eo != -1) && (!(test & TEST_IGNORE_POSITION) || match[nmatch-1].rm_so >= 0 && match[nmatch-1].rm_eo >= 0)) TEST_IGNORE_POSITION 963 src/pkg/regexp/testdata/testregex.c if ((test & TEST_IGNORE_POSITION) && (match[i].rm_so<0 || match[i].rm_eo<0)) TEST_IGNORE_POSITION 1300 src/pkg/regexp/testdata/testregex.c test |= TEST_IGNORE_POSITION; TEST_IGNORE_POSITION 1394 src/pkg/regexp/testdata/testregex.c if (test & TEST_IGNORE_POSITION)