Searched refs:tre_fastnexec (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/usr.bin/grep/regex/
H A Dfastmatch.h69 tre_fastnexec(const fastmatch_t *preg, const char *string, size_t len,
91 #define fastnexec tre_fastnexec
104 #define fastnexec tre_fastnexec
H A Dfastmatch.c129 tre_fastnexec(const fastmatch_t *preg, const char *string, size_t len, function
146 return tre_fastnexec(preg, string, (size_t)-1, nmatch, pmatch, eflags);

Completed in 38 milliseconds