Lines Matching refs:prev_is_word
579 #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()
2191 if (eptr == md->start_subject) prev_is_word = FALSE; else in match()
2200 if (c == '_') prev_is_word = TRUE; else in match()
2203 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
2208 prev_is_word = c < 256 && (md->ctypes[c] & ctype_word) != 0; in match()
2244 if (eptr == md->start_subject) prev_is_word = FALSE; else in match()
2251 if (c == '_') prev_is_word = TRUE; else in match()
2254 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
2259 prev_is_word = MAX_255(eptr[-1]) in match()
2290 cur_is_word == prev_is_word : cur_is_word != prev_is_word) in match()
6255 #undef prev_is_word