Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c594 BOOL prev_is_word; /* Used in "word" tests */ in match() local
5736 if (Feptr == mb->start_subject) prev_is_word = FALSE; else in match()
5752 if (fc == '_') prev_is_word = TRUE; else in match()
5755 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
5760 prev_is_word = CHMAX_255(fc) && (mb->ctypes[fc] & ctype_word) != 0; in match()
5800 cur_is_word == prev_is_word : cur_is_word != prev_is_word) in match()