Home
last modified time | relevance | path

Searched refs:whasdot (Results 1 – 1 of 1) sorted by relevance

/NextBSD/usr.bin/grep/regex/
HDtre-fastmatch.c269 fg->defBc = fg->wlen - whasdot; \
276 for (unsigned int i = whasdot + 1; i < fg->wlen; i++) \
511 size_t hasdot = 0, whasdot = 0; in tre_compile_literal() local
551 size_t pos = 0, hasdot = 0, whasdot = 0; in tre_compile_fast() local
645 whasdot = i; in tre_compile_fast()
758 if ((wfirstdot > -1) && (fg->wlen - whasdot + 1 < (size_t)wfirstdot) && in tre_compile_fast()