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

  /external/pcre/dist2/src/
pcre2posix.h 63 #define REG_UNGREEDY 0x0200 /* NOT defined by POSIX; maps to PCRE2_UNGREEDY */
pcre2posix.c 243 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE2_UNGREEDY;

Completed in 291 milliseconds