Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c579 #define prev_is_word frame->Xprev_is_word in match() macro
636 BOOL prev_is_word; in match()
687 #define matched_once prev_is_word in match()
2198 if (eptr == md->start_subject) prev_is_word = FALSE; else in match()
2207 if (c == '_') prev_is_word = TRUE; else in match()
2210 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
2258 if (c == '_') prev_is_word = TRUE; else in match()
2261 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
2266 prev_is_word = MAX_255(eptr[-1]) in match()
2297 cur_is_word == prev_is_word : cur_is_word != prev_is_word) in match()
[all …]

Completed in 15 milliseconds