Searched refs:regex_get_result (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/external/bsd/sljit/dist/regex_src/ |
H A D | regexMain.c | 89 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 D | regexJIT.h | 86 int regex_get_result(struct regex_match *match, int *end, int *id);
|
H A D | regexJIT.c | 2428 int regex_get_result(struct regex_match *match, int *end, int *id) in regex_get_result() function
|