Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2posix.h60 #define REG_DOTALL 0x0010 /* NOT defined by POSIX; maps to PCRE2_DOTALL */ macro
Dpcre2posix.c294 if ((cflags & REG_DOTALL) != 0) options |= PCRE2_DOTALL; in pcre2_regcomp()
Dpcre2test.c5518 if ((pat_patctl.options & PCRE2_DOTALL) != 0) cflags |= REG_DOTALL; in process_pattern()
/external/pcre/dist2/doc/
Dpcre2test.txt892 dotall REG_DOTALL )
Dpcre2.txt9952 REG_DOTALL
9955 for compilation to the native function. Note that REG_DOTALL is not
10075 pcre2_compile(), and REG_DOTALL passes PCRE2_DOTALL. There is no way to