RE_DOT_NEWLINE 7053 lib-src/etags.c re_set_syntax (RE_SYNTAX_EMACS | RE_DOT_NEWLINE); RE_DOT_NEWLINE 459 lib/regcomp.c syntax &= ~RE_DOT_NEWLINE; RE_DOT_NEWLINE 122 lib/regex.h # define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1) RE_DOT_NEWLINE 224 lib/regex.h | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \ RE_DOT_NEWLINE 258 lib/regex.h (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \ RE_DOT_NEWLINE 3456 lib/regexec.c if (!(dfa->syntax & RE_DOT_NEWLINE)) RE_DOT_NEWLINE 3467 lib/regexec.c if (!(dfa->syntax & RE_DOT_NEWLINE)) RE_DOT_NEWLINE 3678 lib/regexec.c if ((!(dfa->syntax & RE_DOT_NEWLINE) RE_DOT_NEWLINE 3922 lib/regexec.c if ((ch == '\n' && !(mctx->dfa->syntax & RE_DOT_NEWLINE)) RE_DOT_NEWLINE 92 test/manual/etags/c-src/emacs/src/regex.h #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1) RE_DOT_NEWLINE 190 test/manual/etags/c-src/emacs/src/regex.h | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \ RE_DOT_NEWLINE 222 test/manual/etags/c-src/emacs/src/regex.h (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \ RE_DOT_NEWLINE 5736 test/manual/etags/c-src/etags.c re_set_syntax (RE_SYNTAX_EMACS | RE_DOT_NEWLINE);