Searched refs:PCRE_UNGREEDY (Results 1 – 8 of 8) sorted by relevance
2 U (PCRE_UNGREEDY) modififer
280 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY; in regcomp()
136 #define PCRE_UNGREEDY 0x00000200 /* C1 */ macro
1116 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
4516 greedy_default = ((options & PCRE_UNGREEDY) != 0); in compile_branch()7586 case CHAR_U: *optset |= PCRE_UNGREEDY; break; in compile_branch()7629 greedy_default = ((newoptions & PCRE_UNGREEDY) != 0); in compile_branch()
2339 It maps to PCRE_UNGREEDY. It is not, of course, POSIX-compatible, but it4807 greediness, whatever the setting of the PCRE_UNGREEDY option.5619 1. Add PCRE_UNGREEDY to invert the greediness of quantifiers.5621 2. Add (?U) and (?X) to set PCRE_UNGREEDY and PCRE_EXTRA respectively. The
466 case 'U': coptions |= PCRE_UNGREEDY; break; in pcre_get_compiled_regex_cache()
2376 PCRE_UNGREEDY4686 (d) If PCRE_UNGREEDY is set, the greediness of the repetition quanti-5998 The PCRE-specific options PCRE_DUPNAMES, PCRE_UNGREEDY, and PCRE_EXTRA6327 If the PCRE_UNGREEDY option is set (an option that is not available in6442 PCRE_UNGREEDY option is ignored. They are a convenient notation for the9620 The PCRE_UNGREEDY option is set when the regular expression is passed9952 PCRE_UNGREEDY reverses * and *? N/A
Completed in 83 milliseconds