Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2posix.h63 #define REG_UNGREEDY 0x0200 /* NOT defined by POSIX; maps to PCRE2_UNGREEDY */ macro
Dpcre2posix.c249 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE2_UNGREEDY; in regcomp()
Dpcre2test.c5329 if ((pat_patctl.options & PCRE2_UNGREEDY) != 0) cflags |= REG_UNGREEDY; in process_pattern()
/external/pcre/dist2/doc/
Dpcre2test.txt870 ungreedy REG_UNGREEDY ) These options are not part of
Dpcre2.txt9486 REG_UNGREEDY
9489 for compilation to the native function. Note that REG_UNGREEDY is not