Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_exec.c577 #define cur_is_word frame->Xcur_is_word in match() macro
634 BOOL cur_is_word; in match()
683 #define allow_zero cur_is_word in match()
2216 cur_is_word = FALSE; in match()
2224 if (c == '_') cur_is_word = TRUE; else in match()
2227 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()
2232 cur_is_word = c < 256 && (md->ctypes[c] & ctype_word) != 0; in match()
2268 cur_is_word = FALSE; in match()
2275 if (c == '_') cur_is_word = TRUE; else in match()
2278 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()
[all …]