Searched refs:REG_UNGREEDY (Results 1 – 4 of 4) 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()
2338 16. Added REG_UNGREEDY to the pcreposix interface, at the request of a user.
9618 REG_UNGREEDY9621 for compilation to the native function. Note that REG_UNGREEDY is not
Completed in 52 milliseconds