cbit_word 282 ext/pcre/pcrelib/pcre_compile.c cbit_word, cbit_digit, -2, /* alpha */ cbit_word 285 ext/pcre/pcrelib/pcre_compile.c cbit_word, -1, 2, /* alnum - word without underscore */ cbit_word 294 ext/pcre/pcrelib/pcre_compile.c cbit_word, -1, 0, /* word - a Perl extension */ cbit_word 4335 ext/pcre/pcrelib/pcre_compile.c for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_word]; cbit_word 4340 ext/pcre/pcrelib/pcre_compile.c for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_word]; cbit_word 115 ext/pcre/pcrelib/pcre_maketables.c if (isalnum(i)) p[cbit_word + i/8] |= 1 << (i&7); cbit_word 116 ext/pcre/pcrelib/pcre_maketables.c if (i == '_') p[cbit_word + i/8] |= 1 << (i&7); cbit_word 1090 ext/pcre/pcrelib/pcre_study.c set_nottype_bits(start_bits, cbit_word, table_limit, cd); cbit_word 1095 ext/pcre/pcrelib/pcre_study.c set_type_bits(start_bits, cbit_word, table_limit, cd); cbit_word 1207 ext/pcre/pcrelib/pcre_study.c set_nottype_bits(start_bits, cbit_word, table_limit, cd); cbit_word 1211 ext/pcre/pcrelib/pcre_study.c set_type_bits(start_bits, cbit_word, table_limit, cd);