pbits            4976 ext/pcre/pcrelib/pcre_compile.c         pcre_uint8 pbits[32];
pbits            5081 ext/pcre/pcrelib/pcre_compile.c         memcpy(pbits, cbits + posix_class_maps[posix_class],
pbits            5092 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) pbits[c] |= cbits[c + taboffset];
pbits            5094 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) pbits[c] &= ~cbits[c + taboffset];
pbits            5101 ext/pcre/pcrelib/pcre_compile.c         if (tabopt == 1) pbits[1] &= ~0x3c;
pbits            5102 ext/pcre/pcrelib/pcre_compile.c           else if (tabopt == 2) pbits[11] &= 0x7f;
pbits            5108 ext/pcre/pcrelib/pcre_compile.c           for (c = 0; c < 32; c++) classbits[c] |= ~pbits[c];
pbits            5110 ext/pcre/pcrelib/pcre_compile.c           for (c = 0; c < 32; c++) classbits[c] |= pbits[c];