Home
last modified time | relevance | path

Searched refs:PCRE_UNGREEDY (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/pcre/
Dpcre.h117 #define PCRE_UNGREEDY 0x00000200 /* Compile */ macro
Dpcre_internal.h878 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
Dpcre_compile.c3491 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()