Searched refs:PCRE_UNGREEDY (Results 1 – 3 of 3) sorted by relevance
117 #define PCRE_UNGREEDY 0x00000200 /* Compile */ macro
878 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
3491 greedy_default = ((options & PCRE_UNGREEDY) != 0); in compile_branch()6438 case CHAR_U: *optset |= PCRE_UNGREEDY; break; in compile_branch()6481 greedy_default = ((newoptions & PCRE_UNGREEDY) != 0); in compile_branch()