Home
last modified time | relevance | path

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

/NextBSD/usr.bin/grep/regex/
HDtre-fastmatch.c800 #define IS_ON_WORD_BOUNDARY \ macro
808 if (!IS_ON_WORD_BOUNDARY) \
925 if (fg->word && !IS_ON_WORD_BOUNDARY) in tre_match_fast()