pbits            4978 ext/pcre/pcrelib/pcre_compile.c         pcre_uint8 pbits[32];
pbits            5083 ext/pcre/pcrelib/pcre_compile.c         memcpy(pbits, cbits + posix_class_maps[posix_class],
pbits            5094 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) pbits[c] |= cbits[c + taboffset];
pbits            5096 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) pbits[c] &= ~cbits[c + taboffset];
pbits            5103 ext/pcre/pcrelib/pcre_compile.c         if (tabopt == 1) pbits[1] &= ~0x3c;
pbits            5104 ext/pcre/pcrelib/pcre_compile.c           else if (tabopt == 2) pbits[11] &= 0x7f;
pbits            5110 ext/pcre/pcrelib/pcre_compile.c           for (c = 0; c < 32; c++) classbits[c] |= ~pbits[c];
pbits            5112 ext/pcre/pcrelib/pcre_compile.c           for (c = 0; c < 32; c++) classbits[c] |= pbits[c];