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

/freebsd-10.2-release/usr.bin/grep/regex/
H A Dfastmatch.h73 tre_fixwncomp(fastmatch_t *preg, const wchar_t *regex, size_t len, int cflags);
86 #define fixwncomp tre_fixwncomp
105 #define fixwncomp tre_fixwncomp
H A Dfastmatch.c97 tre_fixwncomp(fastmatch_t *preg, const wchar_t *regex, size_t n, int cflags) function
113 return tre_fixwncomp(preg, regex, regex ? tre_strlen(regex) : 0, cflags);

Completed in 47 milliseconds