Searched refs:REG_UNGREEDY (Results 1 – 6 of 6) sorted by relevance
64 #define REG_UNGREEDY 0x0200 /* NOT defined by POSIX; maps to PCRE_UNGREEDY */ macro
282 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY; in regcomp()
3929 if ((options & PCRE_UNGREEDY) != 0) cflags |= REG_UNGREEDY; in main()
1995 16. Added REG_UNGREEDY to the pcreposix interface, at the request of a user.
577 /U REG_UNGREEDY ) These options are not part of
9594 REG_UNGREEDY9597 for compilation to the native function. Note that REG_UNGREEDY is not