Searched refs:prev_is_word (Results 1 – 1 of 1) sorted by relevance
665 #define prev_is_word frame->Xprev_is_word in match() macro718 BOOL prev_is_word; in match()734 #define matched_once prev_is_word in match()2273 if (eptr == mb->start_subject) prev_is_word = FALSE; else in match()2281 if (c == '_') prev_is_word = TRUE; else in match()2284 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()2288 prev_is_word = c < 256 && (mb->ctypes[c] & ctype_word) != 0; in match()2325 if (eptr == mb->start_subject) prev_is_word = FALSE; else in match()2332 if (c == '_') prev_is_word = TRUE; else in match()2335 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()[all …]