Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.h85 void regex_continue_match(struct regex_match *match, const regex_char_t *input_string, int length);
H A DregexMain.c186 regex_continue_match(match, test->string, ptr - test->string); in run_tests()
H A DregexJIT.c2423 void regex_continue_match(struct regex_match *match, const regex_char_t *input_string, int length) in regex_continue_match() function