D | regex.c | 86 #define TEST_NEW(_pattern, _compile_opts, _match_opts) { \ argument 90 data->pattern = _pattern; \ 100 #define TEST_NEW_CHECK_FLAGS(_pattern, _compile_opts, _match_opts, _real_compile_opts, _real_match_… argument 104 data->pattern = _pattern; \ 130 #define TEST_NEW_FAIL(_pattern, _compile_opts, _expected_error) { \ argument 134 data->pattern = _pattern; \ 164 #define TEST_MATCH_SIMPLE_NAMED(_name, _pattern, _string, _compile_opts, _match_opts, _expected) { \ argument 168 data->pattern = _pattern; \ 178 #define TEST_MATCH_SIMPLE(_pattern, _string, _compile_opts, _match_opts, _expected) \ argument 179 TEST_MATCH_SIMPLE_NAMED("simple", _pattern, _string, _compile_opts, _match_opts, _expected) [all …]
|