Searched refs:cbit_word (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_maketables.c119 if (isalnum(i)) p[cbit_word + i/8] |= 1 << (i&7);
120 if (i == '_') p[cbit_word + i/8] |= 1 << (i&7);
H A Dpcre_study.c1190 set_nottype_bits(start_bits, cbit_word, table_limit, cd);
1195 set_type_bits(start_bits, cbit_word, table_limit, cd);
1299 set_nottype_bits(start_bits, cbit_word, table_limit, cd);
1303 set_type_bits(start_bits, cbit_word, table_limit, cd);
H A Dpcre_compile.c314 cbit_word, cbit_digit, -2, /* alpha */
317 cbit_word, -1, 2, /* alnum - word without underscore */
326 cbit_word, -1, 0, /* word - a Perl extension */
3330 set2 = (pcre_uint8 *)(cd->cbits + cbit_word);
5227 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_word];
5232 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_word];

Completed in 106 milliseconds