cbit_type         721 ext/pcre/pcrelib/pcre_study.c set_type_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit,
cbit_type         725 ext/pcre/pcrelib/pcre_study.c for (c = 0; c < table_limit; c++) start_bits[c] |= cd->cbits[c+cbit_type];
cbit_type         763 ext/pcre/pcrelib/pcre_study.c set_nottype_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit,
cbit_type         767 ext/pcre/pcrelib/pcre_study.c for (c = 0; c < table_limit; c++) start_bits[c] |= ~cd->cbits[c+cbit_type];