Searched refs:cbit_space (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_maketables.c | 117 if (isspace(i)) p[cbit_space + i/8] |= 1 << (i&7); in pcre_maketables()
|
H A D | pcre_study.c | 1073 set_nottype_bits(start_bits, cbit_space, table_limit, cd); in set_start_bits() 1084 set_type_bits(start_bits, cbit_space, table_limit, cd); in set_start_bits() 1192 set_nottype_bits(start_bits, cbit_space, table_limit, cd); in set_start_bits() 1202 set_type_bits(start_bits, cbit_space, table_limit, cd); in set_start_bits()
|
H A D | pcre_compile.c | 287 cbit_space, -1, 1, /* blank - a GNU extension */ 293 cbit_space, -1, 0, /* space */ 4349 classbits[0] |= cbits[cbit_space]; in compile_branch() 4350 classbits[1] |= cbits[cbit_space+1] & ~0x08; in compile_branch() 4351 for (c = 2; c < 32; c++) classbits[c] |= cbits[c+cbit_space]; in compile_branch() 4356 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_space]; in compile_branch()
|
H A D | pcre_internal.h | 2544 #define cbit_space 0 /* [:space:] or \s */ macro
|
Completed in 59 milliseconds