MAX_255          1032 ext/pcre/pcrelib/pcre_compile.c else if (c < CHAR_a || (!MAX_255(c) || (ebcdic_chartab[c] & 0x0E) == 0)) {}
MAX_255          1059 ext/pcre/pcrelib/pcre_compile.c       if (MAX_255(ptr[1]) && (digitab[ptr[1]] & ctype_xdigit) != 0
MAX_255          1060 ext/pcre/pcrelib/pcre_compile.c         && MAX_255(ptr[2]) && (digitab[ptr[2]] & ctype_xdigit) != 0
MAX_255          1061 ext/pcre/pcrelib/pcre_compile.c         && MAX_255(ptr[3]) && (digitab[ptr[3]] & ctype_xdigit) != 0
MAX_255          1062 ext/pcre/pcrelib/pcre_compile.c         && MAX_255(ptr[4]) && (digitab[ptr[4]] & ctype_xdigit) != 0)
MAX_255          1311 ext/pcre/pcrelib/pcre_compile.c       if (MAX_255(ptr[1]) && (digitab[ptr[1]] & ctype_xdigit) != 0
MAX_255          1312 ext/pcre/pcrelib/pcre_compile.c         && MAX_255(ptr[2]) && (digitab[ptr[2]] & ctype_xdigit) != 0)
MAX_255          1348 ext/pcre/pcrelib/pcre_compile.c         while (MAX_255(*ptr) && (digitab[*ptr] & ctype_xdigit) != 0)
MAX_255          1376 ext/pcre/pcrelib/pcre_compile.c           while (MAX_255(*ptr) && (digitab[*ptr] & ctype_xdigit) != 0) ptr++;
MAX_255          1398 ext/pcre/pcrelib/pcre_compile.c         while (i++ < 2 && MAX_255(ptr[1]) && (digitab[ptr[1]] & ctype_xdigit) != 0)
MAX_255          4681 ext/pcre/pcrelib/pcre_compile.c       while (MAX_255(c) && (cd->ctypes[c] & ctype_space) != 0) c = *(++ptr);
MAX_255          5654 ext/pcre/pcrelib/pcre_compile.c         while (MAX_255(*p) && (cd->ctypes[*p] & ctype_space) != 0) p++;
MAX_255          6548 ext/pcre/pcrelib/pcre_compile.c          || (MAX_255(ptr[1]) && ((cd->ctypes[ptr[1]] & ctype_letter) != 0))))
MAX_255          6557 ext/pcre/pcrelib/pcre_compile.c       while (MAX_255(*ptr) && (cd->ctypes[*ptr] & ctype_letter) != 0) ptr++;
MAX_255          6822 ext/pcre/pcrelib/pcre_compile.c           if (!MAX_255(*ptr) || (cd->ctypes[*ptr] & ctype_word) == 0)
MAX_255          6828 ext/pcre/pcrelib/pcre_compile.c           while (MAX_255(*ptr) && (cd->ctypes[*ptr] & ctype_word) != 0)
MAX_255          7016 ext/pcre/pcrelib/pcre_compile.c           if (MAX_255(ptr[1]) && (cd->ctypes[ptr[1]] & ctype_word) != 0)
MAX_255          7089 ext/pcre/pcrelib/pcre_compile.c         while (MAX_255(*ptr) && (cd->ctypes[*ptr] & ctype_word) != 0) ptr++;
MAX_255          7207 ext/pcre/pcrelib/pcre_compile.c         while (MAX_255(*ptr) && (cd->ctypes[*ptr] & ctype_word) != 0) ptr++;
MAX_255          9610 ext/pcre/pcrelib/pcre_compile.c         if (MAX_255(re->first_char)
MAX_255          9652 ext/pcre/pcrelib/pcre_compile.c     if (MAX_255(re->req_char) && cd->fcc[re->req_char] != re->req_char)
MAX_255          2264 ext/pcre/pcrelib/pcre_exec.c           prev_is_word = MAX_255(eptr[-1])
MAX_255          2288 ext/pcre/pcrelib/pcre_exec.c         cur_is_word = MAX_255(*eptr)
MAX_255          4794 ext/pcre/pcrelib/pcre_exec.c           if (MAX_255(*eptr) && (md->ctypes[*eptr] & ctype_digit) != 0)
MAX_255          4808 ext/pcre/pcrelib/pcre_exec.c           if (!MAX_255(*eptr) || (md->ctypes[*eptr] & ctype_digit) == 0)
MAX_255          4822 ext/pcre/pcrelib/pcre_exec.c           if (MAX_255(*eptr) && (md->ctypes[*eptr] & ctype_space) != 0)
MAX_255          4836 ext/pcre/pcrelib/pcre_exec.c           if (!MAX_255(*eptr) || (md->ctypes[*eptr] & ctype_space) == 0)
MAX_255          4850 ext/pcre/pcrelib/pcre_exec.c           if (MAX_255(*eptr) && (md->ctypes[*eptr] & ctype_word) != 0)
MAX_255          4864 ext/pcre/pcrelib/pcre_exec.c           if (!MAX_255(*eptr) || (md->ctypes[*eptr] & ctype_word) == 0)
MAX_255          5367 ext/pcre/pcrelib/pcre_exec.c             if (MAX_255(c) && (md->ctypes[c] & ctype_digit) != 0) RRETURN(MATCH_NOMATCH);
MAX_255          5371 ext/pcre/pcrelib/pcre_exec.c             if (!MAX_255(c) || (md->ctypes[c] & ctype_digit) == 0) RRETURN(MATCH_NOMATCH);
MAX_255          5375 ext/pcre/pcrelib/pcre_exec.c             if (MAX_255(c) && (md->ctypes[c] & ctype_space) != 0) RRETURN(MATCH_NOMATCH);
MAX_255          5379 ext/pcre/pcrelib/pcre_exec.c             if (!MAX_255(c) || (md->ctypes[c] & ctype_space) == 0) RRETURN(MATCH_NOMATCH);
MAX_255          5383 ext/pcre/pcrelib/pcre_exec.c             if (MAX_255(c) && (md->ctypes[c] & ctype_word) != 0) RRETURN(MATCH_NOMATCH);
MAX_255          5387 ext/pcre/pcrelib/pcre_exec.c             if (!MAX_255(c) || (md->ctypes[c] & ctype_word) == 0) RRETURN(MATCH_NOMATCH);
MAX_255          6098 ext/pcre/pcrelib/pcre_exec.c             if (MAX_255(*eptr) && (md->ctypes[*eptr] & ctype_digit) != 0) break;
MAX_255          6111 ext/pcre/pcrelib/pcre_exec.c             if (!MAX_255(*eptr) || (md->ctypes[*eptr] & ctype_digit) == 0) break;
MAX_255          6124 ext/pcre/pcrelib/pcre_exec.c             if (MAX_255(*eptr) && (md->ctypes[*eptr] & ctype_space) != 0) break;
MAX_255          6137 ext/pcre/pcrelib/pcre_exec.c             if (!MAX_255(*eptr) || (md->ctypes[*eptr] & ctype_space) == 0) break;
MAX_255          6150 ext/pcre/pcrelib/pcre_exec.c             if (MAX_255(*eptr) && (md->ctypes[*eptr] & ctype_word) != 0) break;
MAX_255          6163 ext/pcre/pcrelib/pcre_exec.c             if (!MAX_255(*eptr) || (md->ctypes[*eptr] & ctype_word) == 0) break;
MAX_255           280 ext/pcre/pcrelib/pcre_internal.h #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default))
MAX_255           288 ext/pcre/pcrelib/pcre_internal.h #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default))
MAX_255          2392 ext/pcre/pcrelib/pcre_jit_compile.c return MAX_255(c) ? common->fcc[c] != c : FALSE;