cbit_word         312 ext/pcre/pcrelib/pcre_compile.c   cbit_word,  cbit_digit, -2,             /* alpha */
cbit_word         315 ext/pcre/pcrelib/pcre_compile.c   cbit_word,  -1,          2,             /* alnum - word without underscore */
cbit_word         324 ext/pcre/pcrelib/pcre_compile.c   cbit_word,  -1,          0,             /* word - a Perl extension */
cbit_word        3325 ext/pcre/pcrelib/pcre_compile.c       set2 = (pcre_uint8 *)(cd->cbits + cbit_word);
cbit_word        5184 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_word];
cbit_word        5189 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_word];
cbit_word        3403 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        5352 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         117 ext/pcre/pcrelib/pcre_maketables.c   if (isalnum(i)) p[cbit_word   + i/8] |= 1 << (i&7);
cbit_word         118 ext/pcre/pcrelib/pcre_maketables.c   if (i == '_')   p[cbit_word   + i/8] |= 1 << (i&7);
cbit_word        1188 ext/pcre/pcrelib/pcre_study.c       set_nottype_bits(start_bits, cbit_word, table_limit, cd);
cbit_word        1193 ext/pcre/pcrelib/pcre_study.c       set_type_bits(start_bits, cbit_word, table_limit, cd);
cbit_word        1297 ext/pcre/pcrelib/pcre_study.c         set_nottype_bits(start_bits, cbit_word, table_limit, cd);
cbit_word        1301 ext/pcre/pcrelib/pcre_study.c         set_type_bits(start_bits, cbit_word, table_limit, cd);