cbit_word         188 pcre/pcre_compile.cpp   cbit_word,  cbit_digit, -2,             /* alpha */
cbit_word         191 pcre/pcre_compile.cpp   cbit_word,  -1,          2,             /* alnum - word without underscore */
cbit_word         200 pcre/pcre_compile.cpp   cbit_word,  -1,          0,             /* word - a Perl extension */
cbit_word        3107 pcre/pcre_compile.cpp             for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_word];
cbit_word        3111 pcre/pcre_compile.cpp             for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_word];
cbit_word         107 pcre/pcre_maketables.cpp   if (VMPI_isalnum(i)) p[cbit_word   + i/8] |= 1 << (i&7);
cbit_word         108 pcre/pcre_maketables.cpp   if (i == '_')   p[cbit_word   + i/8] |= 1 << (i&7);
cbit_word         305 pcre/pcre_study.cpp         start_bits[c] |= ~cd->cbits[c+cbit_word];
cbit_word         311 pcre/pcre_study.cpp         start_bits[c] |= cd->cbits[c+cbit_word];
cbit_word         382 pcre/pcre_study.cpp           start_bits[c] |= ~cd->cbits[c+cbit_word];
cbit_word         387 pcre/pcre_study.cpp           start_bits[c] |= cd->cbits[c+cbit_word];