Home
last modified time | relevance | path

Searched refs:REG_DOTALL (Results 1 - 2 of 2) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2posix.h60 #define REG_DOTALL 0x0010 /* NOT defined by POSIX; maps to PCRE2_DOTALL */ macro
H A Dpcre2posix.c295 if ((cflags & REG_DOTALL) != 0) options |= PCRE2_DOTALL; in pcre2_regcomp()

Completed in 1 milliseconds