Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexMain.c89 begin = regex_get_result(match, &end, &id); in verbose_test()
168 begin = regex_get_result(match, &end, &id); in run_tests()
187 begin = regex_get_result(match, &end, &id); in run_tests()
H A DregexJIT.h86 int regex_get_result(struct regex_match *match, int *end, int *id);
H A DregexJIT.c2428 int regex_get_result(struct regex_match *match, int *end, int *id) in regex_get_result() function