Searched refs:prev_is_word (Results 1 – 1 of 1) sorted by relevance
579 #define prev_is_word frame->Xprev_is_word in match() macro636 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()[all …]