Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A Dpcre2posix.h65 #define REG_UNGREEDY 0x0200 /* NOT defined by POSIX; maps to PCRE2_UNGREEDY */ macro
H A Dpcre2posix.c299 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE2_UNGREEDY; in pcre2_regcomp()

Completed in 1 milliseconds