Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2posix.h58 #define REG_DOTALL 0x0010 /* NOT defined by POSIX; maps to PCRE2_DOTALL */ macro
Dpcre2posix.c245 if ((cflags & REG_DOTALL) != 0) options |= PCRE2_DOTALL; in regcomp()
Dpcre2test.c5328 if ((pat_patctl.options & PCRE2_DOTALL) != 0) cflags |= REG_DOTALL; in process_pattern()
/external/pcre/dist2/doc/
Dpcre2test.txt869 dotall REG_DOTALL )
Dpcre2.txt9434 REG_DOTALL
9437 for compilation to the native function. Note that REG_DOTALL is not
9554 and REG_DOTALL passes PCRE2_DOTALL. There is no way to pass PCRE2_DOL-