cbit_word         265 pcre/pcrelib/pcre_compile.c   cbit_word,  cbit_digit, -2,             /* alpha */
cbit_word         268 pcre/pcrelib/pcre_compile.c   cbit_word,  -1,          2,             /* alnum - word without underscore */
cbit_word         277 pcre/pcrelib/pcre_compile.c   cbit_word,  -1,          0,             /* word - a Perl extension */
cbit_word        4048 pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_word];
cbit_word        4053 pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_word];
cbit_word         110 pcre/pcrelib/pcre_maketables.c   if (isalnum(i)) p[cbit_word   + i/8] |= 1 << (i&7);
cbit_word         111 pcre/pcrelib/pcre_maketables.c   if (i == '_')   p[cbit_word   + i/8] |= 1 << (i&7);
cbit_word        1078 pcre/pcrelib/pcre_study.c       set_nottype_bits(start_bits, cbit_word, table_limit, cd);
cbit_word        1083 pcre/pcrelib/pcre_study.c       set_type_bits(start_bits, cbit_word, table_limit, cd);
cbit_word        1192 pcre/pcrelib/pcre_study.c         set_nottype_bits(start_bits, cbit_word, table_limit, cd);
cbit_word        1196 pcre/pcrelib/pcre_study.c         set_type_bits(start_bits, cbit_word, table_limit, cd);