Home | History | Annotate | Download | only in dist

Lines Matching defs:PCRE_SET_OR_CLEAR

342 #define PCRE_SET_OR_CLEAR(b, o) \
389 PCRE_SET_OR_CLEAR(x, PCRE_CASELESS);
396 PCRE_SET_OR_CLEAR(x, PCRE_MULTILINE);
403 PCRE_SET_OR_CLEAR(x, PCRE_DOTALL);
410 PCRE_SET_OR_CLEAR(x, PCRE_EXTENDED);
417 PCRE_SET_OR_CLEAR(x, PCRE_DOLLAR_ENDONLY);
424 PCRE_SET_OR_CLEAR(x, PCRE_EXTRA);
431 PCRE_SET_OR_CLEAR(x, PCRE_UNGREEDY);
438 PCRE_SET_OR_CLEAR(x, PCRE_UTF8);
445 PCRE_SET_OR_CLEAR(x, PCRE_NO_AUTO_CAPTURE);