RE_DOT_NEWLINE   2126 libglibc/regex.c                     && !(syntax & RE_DOT_NEWLINE))
RE_DOT_NEWLINE   3320 libglibc/regex.c 	    if (!(bufp->syntax & RE_DOT_NEWLINE))
RE_DOT_NEWLINE   4326 libglibc/regex.c           if ((!(bufp->syntax & RE_DOT_NEWLINE) && TRANSLATE (*d) == '\n')
RE_DOT_NEWLINE   5695 libglibc/regex.c       syntax &= ~RE_DOT_NEWLINE;
RE_DOT_NEWLINE    101 libglibc/regex.h #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
RE_DOT_NEWLINE    179 libglibc/regex.h    | RE_DOT_NEWLINE		  | RE_CONTEXT_INDEP_ANCHORS		\
RE_DOT_NEWLINE    211 libglibc/regex.h   (RE_CHAR_CLASSES | RE_DOT_NEWLINE      | RE_DOT_NOT_NULL		\