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

/freebsd-10.2-release/usr.bin/grep/regex/
H A Dfastmatch.h66 tre_fastncomp(fastmatch_t *preg, const char *regex, size_t len, int cflags);
83 #define fastncomp tre_fastncomp
103 #define fastncomp tre_fastncomp
H A Dfastmatch.c61 tre_fastncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags) function
93 return tre_fastncomp(preg, regex, regex ? strlen(regex) : 0, cflags);

Completed in 100 milliseconds