Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.h79 struct regex_match* regex_begin_match(struct regex_machine *machine);
H A DregexMain.c76 match = regex_begin_match(machine); in verbose_test()
158 match = regex_begin_match(machine); in run_tests()
H A DregexJIT.c2326 struct regex_match* regex_begin_match(struct regex_machine *machine) in regex_begin_match() function