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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_maketables.c121 if (isspace(i)) p[cbit_space + i/8] |= 1 << (i&7);
H A Dpcre_study.c1175 /* The cbit_space table has vertical tab as whitespace; we no longer
1180 set_nottype_bits(start_bits, cbit_space, table_limit, cd);
1185 set_type_bits(start_bits, cbit_space, table_limit, cd);
1286 /* The cbit_space table has vertical tab as whitespace; we no longer
1291 set_nottype_bits(start_bits, cbit_space, table_limit, cd);
1295 set_type_bits(start_bits, cbit_space, table_limit, cd);
H A Dpcre_compile.c319 cbit_space, -1, 1, /* blank - a GNU extension */
325 cbit_space, -1, 0, /* space */
3323 set2 = (pcre_uint8 *)(cd->cbits + cbit_space);
5243 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_space];
5248 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_space];

Completed in 53 milliseconds