Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_maketables.c125 if (ispunct(i)) p[cbit_punct + i/8] |= 1 << (i&7); in pcre_maketables()
Dpcre_internal.h2604 #define cbit_punct 256 /* [:punct:] */ macro
Dpcre_compile.c324 cbit_punct, -1, 0, /* punct */