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

/freebsd-10.2-release/usr.bin/grep/regex/
H A Dfastmatch.h17 unsigned int *bmGs; member in struct:__anon12165
H A Dtre-fastmatch.c138 gs = fg->bmGs[mismatch]; \
359 fg->bmGs = xmalloc(fg->wlen * sizeof(int)); \
360 if (!fg->bmGs) \
363 fg->bmGs[0] = 1; \
365 _FILL_BMGS(fg->bmGs, fg->wpattern, fg->wlen, true); \
367 fg->bmGs); \
980 xfree(fg->bmGs);

Completed in 95 milliseconds