cbit_space        313 ext/pcre/pcrelib/pcre_compile.c   cbit_space, -1,          1,             /* blank - a GNU extension */
cbit_space        319 ext/pcre/pcrelib/pcre_compile.c   cbit_space, -1,          0,             /* space */
cbit_space       3301 ext/pcre/pcrelib/pcre_compile.c       set2 = (pcre_uint8 *)(cd->cbits + cbit_space);
cbit_space       5168 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_space];
cbit_space       5173 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_space];
cbit_space       3365 ext/pcre/pcrelib/pcre_jit_compile.c     if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_space, FALSE))
cbit_space       5302 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_space, FALSE))
cbit_space        121 ext/pcre/pcrelib/pcre_maketables.c   if (isspace(i)) p[cbit_space  + i/8] |= 1 << (i&7);
cbit_space       1174 ext/pcre/pcrelib/pcre_study.c       set_nottype_bits(start_bits, cbit_space, table_limit, cd);
cbit_space       1179 ext/pcre/pcrelib/pcre_study.c       set_type_bits(start_bits, cbit_space, table_limit, cd);
cbit_space       1285 ext/pcre/pcrelib/pcre_study.c         set_nottype_bits(start_bits, cbit_space, table_limit, cd);
cbit_space       1289 ext/pcre/pcrelib/pcre_study.c         set_type_bits(start_bits, cbit_space, table_limit, cd);