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

/freebsd-10.2-release/usr.bin/grep/regex/
H A Dfastmatch.h76 tre_fastwncomp(fastmatch_t *preg, const wchar_t *regex, size_t len, int cflags);
87 #define fastwncomp tre_fastwncomp
106 #define fastwncomp tre_fastwncomp
H A Dfastmatch.c103 tre_fastwncomp(fastmatch_t *preg, const wchar_t *regex, size_t n, int cflags) function
119 return tre_fastwncomp(preg, regex, regex ? tre_strlen(regex) : 0, cflags);

Completed in 108 milliseconds