cur_is_word       536 pcre/pcre_exec.cpp BOOL cur_is_word;                  /* a recursive call to RMATCH().          */
cur_is_word      1487 pcre/pcre_exec.cpp         if (eptr >= md->end_subject) cur_is_word = FALSE; else
cur_is_word      1490 pcre/pcre_exec.cpp           cur_is_word = c < 256 && (md->ctypes[c] & ctype_word) != 0;
cur_is_word      1501 pcre/pcre_exec.cpp         cur_is_word = (eptr < md->end_subject) &&
cur_is_word      1508 pcre/pcre_exec.cpp            cur_is_word == prev_is_word : cur_is_word != prev_is_word)