cbits            3311 ext/pcre/pcrelib/pcre_compile.c       set2 = (pcre_uint8 *)(cd->cbits + cbit_digit);
cbits            3318 ext/pcre/pcrelib/pcre_compile.c       set2 = (pcre_uint8 *)(cd->cbits + cbit_space);
cbits            3325 ext/pcre/pcrelib/pcre_compile.c       set2 = (pcre_uint8 *)(cd->cbits + cbit_word);
cbits            4975 ext/pcre/pcrelib/pcre_compile.c         register const pcre_uint8 *cbits = cd->cbits;
cbits            5081 ext/pcre/pcrelib/pcre_compile.c         memcpy(pbits, cbits + posix_class_maps[posix_class],
cbits            5092 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) pbits[c] |= cbits[c + taboffset];
cbits            5094 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) pbits[c] &= ~cbits[c + taboffset];
cbits            5154 ext/pcre/pcrelib/pcre_compile.c           register const pcre_uint8 *cbits = cd->cbits;
cbits            5175 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_digit];
cbits            5180 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_digit];
cbits            5184 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_word];
cbits            5189 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_word];
cbits            5200 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_space];
cbits            5205 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_space];
cbits            9058 ext/pcre/pcrelib/pcre_compile.c cd->cbits = tables + cbits_offset;
cbits            2428 ext/pcre/pcrelib/pcre_internal.h   const pcre_uint8 *cbits;          /* Points to character type table */
cbits             725 ext/pcre/pcrelib/pcre_study.c for (c = 0; c < table_limit; c++) start_bits[c] |= cd->cbits[c+cbit_type];
cbits             730 ext/pcre/pcrelib/pcre_study.c   if ((cd->cbits[c/8] & (1 << (c&7))) != 0)
cbits             767 ext/pcre/pcrelib/pcre_study.c for (c = 0; c < table_limit; c++) start_bits[c] |= ~cd->cbits[c+cbit_type];
cbits            1529 ext/pcre/pcrelib/pcre_study.c   compile_block.cbits = tables + cbits_offset;