Searched refs:PCRE_DOTALL (Results 1 – 4 of 4) sorted by relevance
110 #define PCRE_DOTALL 0x00000004 /* Compile */ macro
878 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
3740 *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()6436 case CHAR_s: *optset |= PCRE_DOTALL; break; in compile_branch()
297 pcre_compile(pattern_string, PCRE_DOTALL, &errordata->error_buffer, in regex_prepare_data()