Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcreposix.h64 #define REG_UNGREEDY 0x0200 /* NOT defined by POSIX; maps to PCRE_UNGREEDY */ macro
Dpcreposix.c282 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY; in regcomp()
Dpcretest.c3929 if ((options & PCRE_UNGREEDY) != 0) cflags |= REG_UNGREEDY; in main()
DChangeLog1995 16. Added REG_UNGREEDY to the pcreposix interface, at the request of a user.
/external/pcre/dist/doc/
Dpcretest.txt577 /U REG_UNGREEDY ) These options are not part of
Dpcre.txt9594 REG_UNGREEDY
9597 for compilation to the native function. Note that REG_UNGREEDY is not