Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_maketables.c126 if (ispunct(i)) p[cbit_punct + i/8] |= 1 << (i&7);
Dpcre2_internal.h564 #define cbit_punct 256 /* [:punct:] */ macro
Dpcre2_compile.c665 cbit_punct, -1, 0, /* punct */