RE_DOT_NEWLINE 101 _regex.h #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1) RE_DOT_NEWLINE 179 _regex.h | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \ RE_DOT_NEWLINE 211 _regex.h (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \ RE_DOT_NEWLINE 2054 regex.cpp && !(syntax & RE_DOT_NEWLINE)) RE_DOT_NEWLINE 3205 regex.cpp if (!(bufp->syntax & RE_DOT_NEWLINE)) RE_DOT_NEWLINE 4167 regex.cpp if ((!(bufp->syntax & RE_DOT_NEWLINE) && TRANSLATE (*d) == '\n') RE_DOT_NEWLINE 5534 regex.cpp syntax &= ~RE_DOT_NEWLINE;