HomeSort by relevance Sort by last modified time
    Searched refs:REG_DOTALL (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist2/src/
pcre2posix.h 58 #define REG_DOTALL 0x0010 /* NOT defined by POSIX; maps to PCRE2_DOTALL */
pcre2posix.c 240 if ((cflags & REG_DOTALL) != 0) options |= PCRE2_DOTALL;

Completed in 78 milliseconds