RE_NEWLINE_ALT   1900 lib/regcomp.c        if (syntax & RE_NEWLINE_ALT)
RE_NEWLINE_ALT   1945 lib/regcomp.c  	  if (!(syntax & RE_NEWLINE_ALT) || prev != '\n')
RE_NEWLINE_ALT    144 lib/regex.h    # define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
RE_NEWLINE_ALT    240 lib/regex.h      ((RE_SYNTAX_POSIX_BASIC | RE_NEWLINE_ALT)				\
RE_NEWLINE_ALT    244 lib/regex.h      ((RE_SYNTAX_POSIX_EXTENDED | RE_INVALID_INTERVAL_ORD | RE_NEWLINE_ALT) \
RE_NEWLINE_ALT    114 test/manual/etags/c-src/emacs/src/regex.h #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
RE_NEWLINE_ALT    204 test/manual/etags/c-src/emacs/src/regex.h    | RE_NEWLINE_ALT)
RE_NEWLINE_ALT    209 test/manual/etags/c-src/emacs/src/regex.h    | RE_NEWLINE_ALT       | RE_NO_BK_PARENS				\