RE_DOT_NEWLINE    508 compat/regex/regcomp.c       syntax &= ~RE_DOT_NEWLINE;
RE_DOT_NEWLINE    107 compat/regex/regex.h # define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
RE_DOT_NEWLINE    201 compat/regex/regex.h    | RE_DOT_NEWLINE		  | RE_CONTEXT_INDEP_ANCHORS		\
RE_DOT_NEWLINE    237 compat/regex/regex.h   (RE_CHAR_CLASSES | RE_DOT_NEWLINE      | RE_DOT_NOT_NULL		\
RE_DOT_NEWLINE   3585 compat/regex/regexec.c 	  if (!(dfa->syntax & RE_DOT_NEWLINE))
RE_DOT_NEWLINE   3594 compat/regex/regexec.c 	  if (!(dfa->syntax & RE_DOT_NEWLINE))
RE_DOT_NEWLINE   3808 compat/regex/regexec.c       if ((!(dfa->syntax & RE_DOT_NEWLINE) &&
RE_DOT_NEWLINE   4070 compat/regex/regexec.c       if ((ch == '\n' && !(mctx->dfa->syntax & RE_DOT_NEWLINE))