Searched refs:REG_UNGREEDY (Results 1 – 5 of 5) sorted by relevance
63 #define REG_UNGREEDY 0x0200 /* NOT defined by POSIX; maps to PCRE2_UNGREEDY */ macro
243 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE2_UNGREEDY; in regcomp()
4783 if ((pat_patctl.options & PCRE2_UNGREEDY) != 0) cflags |= REG_UNGREEDY; in process_pattern()
767 ungreedy REG_UNGREEDY ) These options are not part of
8659 REG_UNGREEDY8662 for compilation to the native function. Note that REG_UNGREEDY is not