cbit_word         308 ext/pcre/pcrelib/pcre_compile.c   cbit_word,  cbit_digit, -2,             /* alpha */
cbit_word         311 ext/pcre/pcrelib/pcre_compile.c   cbit_word,  -1,          2,             /* alnum - word without underscore */
cbit_word         320 ext/pcre/pcrelib/pcre_compile.c   cbit_word,  -1,          0,             /* word - a Perl extension */
cbit_word        3308 ext/pcre/pcrelib/pcre_compile.c       set2 = (pcre_uint8 *)(cd->cbits + cbit_word);
cbit_word        5152 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_word];
cbit_word        5157 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_word];
cbit_word        3374 ext/pcre/pcrelib/pcre_jit_compile.c     if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_word, FALSE))
cbit_word        5315 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_word, FALSE))
cbit_word         119 ext/pcre/pcrelib/pcre_maketables.c   if (isalnum(i)) p[cbit_word   + i/8] |= 1 << (i&7);
cbit_word         120 ext/pcre/pcrelib/pcre_maketables.c   if (i == '_')   p[cbit_word   + i/8] |= 1 << (i&7);
cbit_word        1184 ext/pcre/pcrelib/pcre_study.c       set_nottype_bits(start_bits, cbit_word, table_limit, cd);
cbit_word        1189 ext/pcre/pcrelib/pcre_study.c       set_type_bits(start_bits, cbit_word, table_limit, cd);
cbit_word        1293 ext/pcre/pcrelib/pcre_study.c         set_nottype_bits(start_bits, cbit_word, table_limit, cd);
cbit_word        1297 ext/pcre/pcrelib/pcre_study.c         set_type_bits(start_bits, cbit_word, table_limit, cd);