RE_DOT_NEWLINE    498 lib/regcomp.c        syntax &= ~RE_DOT_NEWLINE;
RE_DOT_NEWLINE    147 lib/regex.h    # define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
RE_DOT_NEWLINE    250 lib/regex.h       | RE_DOT_NEWLINE		  | RE_CONTEXT_INDEP_ANCHORS		\
RE_DOT_NEWLINE    284 lib/regex.h      (RE_CHAR_CLASSES | RE_DOT_NEWLINE      | RE_DOT_NOT_NULL		\
RE_DOT_NEWLINE   3633 lib/regexec.c  	  if (!(dfa->syntax & RE_DOT_NEWLINE))
RE_DOT_NEWLINE   3645 lib/regexec.c  	  if (!(dfa->syntax & RE_DOT_NEWLINE))
RE_DOT_NEWLINE   3858 lib/regexec.c        if ((!(dfa->syntax & RE_DOT_NEWLINE) &&
RE_DOT_NEWLINE   4121 lib/regexec.c        if ((ch == '\n' && !(mctx->dfa->syntax & RE_DOT_NEWLINE))