Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c585 #define POSIX_SUBSIZE (sizeof(posix_substitutes) / sizeof(PCRE2_UCHAR *)) macro
4440 int pc = posix_class + ((local_negate)? POSIX_SUBSIZE/2 : 0); in compile_branch()