MAX_255          1024 ext/pcre/pcrelib/pcre_compile.c else if (c < CHAR_a || (!MAX_255(c) || (ebcdic_chartab[c] & 0x0E) == 0)) {}
MAX_255          1051 ext/pcre/pcrelib/pcre_compile.c       if (MAX_255(ptr[1]) && (digitab[ptr[1]] & ctype_xdigit) != 0
MAX_255          1052 ext/pcre/pcrelib/pcre_compile.c         && MAX_255(ptr[2]) && (digitab[ptr[2]] & ctype_xdigit) != 0
MAX_255          1053 ext/pcre/pcrelib/pcre_compile.c         && MAX_255(ptr[3]) && (digitab[ptr[3]] & ctype_xdigit) != 0
MAX_255          1054 ext/pcre/pcrelib/pcre_compile.c         && MAX_255(ptr[4]) && (digitab[ptr[4]] & ctype_xdigit) != 0)
MAX_255          1303 ext/pcre/pcrelib/pcre_compile.c       if (MAX_255(ptr[1]) && (digitab[ptr[1]] & ctype_xdigit) != 0
MAX_255          1304 ext/pcre/pcrelib/pcre_compile.c         && MAX_255(ptr[2]) && (digitab[ptr[2]] & ctype_xdigit) != 0)
MAX_255          1340 ext/pcre/pcrelib/pcre_compile.c         while (MAX_255(*ptr) && (digitab[*ptr] & ctype_xdigit) != 0)
MAX_255          1368 ext/pcre/pcrelib/pcre_compile.c           while (MAX_255(*ptr) && (digitab[*ptr] & ctype_xdigit) != 0) ptr++;
MAX_255          1390 ext/pcre/pcrelib/pcre_compile.c         while (i++ < 2 && MAX_255(ptr[1]) && (digitab[ptr[1]] & ctype_xdigit) != 0)
MAX_255          4668 ext/pcre/pcrelib/pcre_compile.c       while (MAX_255(c) && (cd->ctypes[c] & ctype_space) != 0) c = *(++ptr);
MAX_255          5614 ext/pcre/pcrelib/pcre_compile.c         while (MAX_255(*p) && (cd->ctypes[*p] & ctype_space) != 0) p++;
MAX_255          6502 ext/pcre/pcrelib/pcre_compile.c          || (MAX_255(ptr[1]) && ((cd->ctypes[ptr[1]] & ctype_letter) != 0))))
MAX_255          6511 ext/pcre/pcrelib/pcre_compile.c       while (MAX_255(*ptr) && (cd->ctypes[*ptr] & ctype_letter) != 0) ptr++;
MAX_255          6761 ext/pcre/pcrelib/pcre_compile.c           if (!MAX_255(*ptr) || (cd->ctypes[*ptr] & ctype_word) == 0)
MAX_255          6767 ext/pcre/pcrelib/pcre_compile.c           while (MAX_255(*ptr) && (cd->ctypes[*ptr] & ctype_word) != 0)
MAX_255          6950 ext/pcre/pcrelib/pcre_compile.c           if (MAX_255(ptr[1]) && (cd->ctypes[ptr[1]] & ctype_word) != 0)
MAX_255          7023 ext/pcre/pcrelib/pcre_compile.c         while (MAX_255(*ptr) && (cd->ctypes[*ptr] & ctype_word) != 0) ptr++;
MAX_255          7141 ext/pcre/pcrelib/pcre_compile.c         while (MAX_255(*ptr) && (cd->ctypes[*ptr] & ctype_word) != 0) ptr++;
MAX_255          9475 ext/pcre/pcrelib/pcre_compile.c         if (MAX_255(re->first_char)
MAX_255          9517 ext/pcre/pcrelib/pcre_compile.c     if (MAX_255(re->req_char) && cd->fcc[re->req_char] != re->req_char)
MAX_255          2266 ext/pcre/pcrelib/pcre_exec.c           prev_is_word = MAX_255(eptr[-1])
MAX_255          2290 ext/pcre/pcrelib/pcre_exec.c         cur_is_word = MAX_255(*eptr)
MAX_255          4796 ext/pcre/pcrelib/pcre_exec.c           if (MAX_255(*eptr) && (md->ctypes[*eptr] & ctype_digit) != 0)
MAX_255          4810 ext/pcre/pcrelib/pcre_exec.c           if (!MAX_255(*eptr) || (md->ctypes[*eptr] & ctype_digit) == 0)
MAX_255          4824 ext/pcre/pcrelib/pcre_exec.c           if (MAX_255(*eptr) && (md->ctypes[*eptr] & ctype_space) != 0)
MAX_255          4838 ext/pcre/pcrelib/pcre_exec.c           if (!MAX_255(*eptr) || (md->ctypes[*eptr] & ctype_space) == 0)
MAX_255          4852 ext/pcre/pcrelib/pcre_exec.c           if (MAX_255(*eptr) && (md->ctypes[*eptr] & ctype_word) != 0)
MAX_255          4866 ext/pcre/pcrelib/pcre_exec.c           if (!MAX_255(*eptr) || (md->ctypes[*eptr] & ctype_word) == 0)
MAX_255          5369 ext/pcre/pcrelib/pcre_exec.c             if (MAX_255(c) && (md->ctypes[c] & ctype_digit) != 0) RRETURN(MATCH_NOMATCH);
MAX_255          5373 ext/pcre/pcrelib/pcre_exec.c             if (!MAX_255(c) || (md->ctypes[c] & ctype_digit) == 0) RRETURN(MATCH_NOMATCH);
MAX_255          5377 ext/pcre/pcrelib/pcre_exec.c             if (MAX_255(c) && (md->ctypes[c] & ctype_space) != 0) RRETURN(MATCH_NOMATCH);
MAX_255          5381 ext/pcre/pcrelib/pcre_exec.c             if (!MAX_255(c) || (md->ctypes[c] & ctype_space) == 0) RRETURN(MATCH_NOMATCH);
MAX_255          5385 ext/pcre/pcrelib/pcre_exec.c             if (MAX_255(c) && (md->ctypes[c] & ctype_word) != 0) RRETURN(MATCH_NOMATCH);
MAX_255          5389 ext/pcre/pcrelib/pcre_exec.c             if (!MAX_255(c) || (md->ctypes[c] & ctype_word) == 0) RRETURN(MATCH_NOMATCH);
MAX_255          6100 ext/pcre/pcrelib/pcre_exec.c             if (MAX_255(*eptr) && (md->ctypes[*eptr] & ctype_digit) != 0) break;
MAX_255          6113 ext/pcre/pcrelib/pcre_exec.c             if (!MAX_255(*eptr) || (md->ctypes[*eptr] & ctype_digit) == 0) break;
MAX_255          6126 ext/pcre/pcrelib/pcre_exec.c             if (MAX_255(*eptr) && (md->ctypes[*eptr] & ctype_space) != 0) break;
MAX_255          6139 ext/pcre/pcrelib/pcre_exec.c             if (!MAX_255(*eptr) || (md->ctypes[*eptr] & ctype_space) == 0) break;
MAX_255          6152 ext/pcre/pcrelib/pcre_exec.c             if (MAX_255(*eptr) && (md->ctypes[*eptr] & ctype_word) != 0) break;
MAX_255          6165 ext/pcre/pcrelib/pcre_exec.c             if (!MAX_255(*eptr) || (md->ctypes[*eptr] & ctype_word) == 0) break;
MAX_255           284 ext/pcre/pcrelib/pcre_internal.h #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default))
MAX_255           292 ext/pcre/pcrelib/pcre_internal.h #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default))
MAX_255          2368 ext/pcre/pcrelib/pcre_jit_compile.c return MAX_255(c) ? common->fcc[c] != c : FALSE;