cbit_space 317 ext/pcre/pcrelib/pcre_compile.c cbit_space, -1, 1, /* blank - a GNU extension */ cbit_space 323 ext/pcre/pcrelib/pcre_compile.c cbit_space, -1, 0, /* space */ cbit_space 3318 ext/pcre/pcrelib/pcre_compile.c set2 = (pcre_uint8 *)(cd->cbits + cbit_space); cbit_space 5200 ext/pcre/pcrelib/pcre_compile.c for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_space]; cbit_space 5205 ext/pcre/pcrelib/pcre_compile.c for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_space]; cbit_space 3394 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 5339 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 119 ext/pcre/pcrelib/pcre_maketables.c if (isspace(i)) p[cbit_space + i/8] |= 1 << (i&7); cbit_space 1178 ext/pcre/pcrelib/pcre_study.c set_nottype_bits(start_bits, cbit_space, table_limit, cd); cbit_space 1183 ext/pcre/pcrelib/pcre_study.c set_type_bits(start_bits, cbit_space, table_limit, cd); cbit_space 1289 ext/pcre/pcrelib/pcre_study.c set_nottype_bits(start_bits, cbit_space, table_limit, cd); cbit_space 1293 ext/pcre/pcrelib/pcre_study.c set_type_bits(start_bits, cbit_space, table_limit, cd);