Home
last modified time | relevance | path

Searched refs:cbit_word (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_maketables.c115 if (isalnum(i)) p[cbit_word + i/8] |= 1 << (i&7); in pcre_maketables()
116 if (i == '_') p[cbit_word + i/8] |= 1 << (i&7); in pcre_maketables()
H A Dpcre_study.c1090 set_nottype_bits(start_bits, cbit_word, table_limit, cd); in set_start_bits()
1095 set_type_bits(start_bits, cbit_word, table_limit, cd); in set_start_bits()
1207 set_nottype_bits(start_bits, cbit_word, table_limit, cd); in set_start_bits()
1211 set_type_bits(start_bits, cbit_word, table_limit, cd); in set_start_bits()
H A Dpcre_compile.c282 cbit_word, cbit_digit, -2, /* alpha */
285 cbit_word, -1, 2, /* alnum - word without underscore */
294 cbit_word, -1, 0, /* word - a Perl extension */
4335 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_word]; in compile_branch()
4340 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_word]; in compile_branch()
H A Dpcre_internal.h2549 #define cbit_word 160 /* [:word:] or \w */ macro

Completed in 37 milliseconds