cbits            3313 ext/pcre/pcrelib/pcre_compile.c       set2 = (pcre_uint8 *)(cd->cbits + cbit_digit);
cbits            3320 ext/pcre/pcrelib/pcre_compile.c       set2 = (pcre_uint8 *)(cd->cbits + cbit_space);
cbits            3327 ext/pcre/pcrelib/pcre_compile.c       set2 = (pcre_uint8 *)(cd->cbits + cbit_word);
cbits            4977 ext/pcre/pcrelib/pcre_compile.c         register const pcre_uint8 *cbits = cd->cbits;
cbits            5083 ext/pcre/pcrelib/pcre_compile.c         memcpy(pbits, cbits + posix_class_maps[posix_class],
cbits            5094 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) pbits[c] |= cbits[c + taboffset];
cbits            5096 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) pbits[c] &= ~cbits[c + taboffset];
cbits            5156 ext/pcre/pcrelib/pcre_compile.c           register const pcre_uint8 *cbits = cd->cbits;
cbits            5177 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_digit];
cbits            5182 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_digit];
cbits            5186 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_word];
cbits            5191 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_word];
cbits            5202 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_space];
cbits            5207 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_space];
cbits            9060 ext/pcre/pcrelib/pcre_compile.c cd->cbits = tables + cbits_offset;
cbits            2432 ext/pcre/pcrelib/pcre_internal.h   const pcre_uint8 *cbits;          /* Points to character type table */
cbits             727 ext/pcre/pcrelib/pcre_study.c for (c = 0; c < table_limit; c++) start_bits[c] |= cd->cbits[c+cbit_type];
cbits             732 ext/pcre/pcrelib/pcre_study.c   if ((cd->cbits[c/8] & (1 << (c&7))) != 0)
cbits             769 ext/pcre/pcrelib/pcre_study.c for (c = 0; c < table_limit; c++) start_bits[c] |= ~cd->cbits[c+cbit_type];
cbits            1531 ext/pcre/pcrelib/pcre_study.c   compile_block.cbits = tables + cbits_offset;