Home
last modified time | relevance | path

Searched refs:cbit_punct (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_maketables.c121 if (ispunct(i)) p[cbit_punct + i/8] |= 1 << (i&7); in pcre_maketables()
H A Dpcre_internal.h2552 #define cbit_punct 256 /* [:punct:] */ macro
H A Dpcre_compile.c292 cbit_punct, -1, 0, /* punct */

Completed in 36 milliseconds