RE_DOT_NOT_NULL 126 lib/regex.h # define RE_HAT_LISTS_NOT_NEWLINE (RE_DOT_NOT_NULL << 1) RE_DOT_NOT_NULL 221 lib/regex.h (RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DOT_NOT_NULL \ RE_DOT_NOT_NULL 231 lib/regex.h & ~(RE_DOT_NOT_NULL | RE_CONTEXT_INDEP_OPS \ RE_DOT_NOT_NULL 241 lib/regex.h & ~(RE_CONTEXT_INVALID_DUP | RE_DOT_NOT_NULL)) RE_DOT_NOT_NULL 245 lib/regex.h & ~(RE_CONTEXT_INVALID_OPS | RE_DOT_NOT_NULL)) RE_DOT_NOT_NULL 258 lib/regex.h (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \ RE_DOT_NOT_NULL 3458 lib/regexec.c if (dfa->syntax & RE_DOT_NOT_NULL) RE_DOT_NOT_NULL 3469 lib/regexec.c if (dfa->syntax & RE_DOT_NOT_NULL) RE_DOT_NOT_NULL 3680 lib/regexec.c || ((dfa->syntax & RE_DOT_NOT_NULL) RE_DOT_NOT_NULL 3923 lib/regexec.c || (ch == '\0' && (mctx->dfa->syntax & RE_DOT_NOT_NULL))) RE_DOT_NOT_NULL 96 test/manual/etags/c-src/emacs/src/regex.h #define RE_HAT_LISTS_NOT_NEWLINE (RE_DOT_NOT_NULL << 1) RE_DOT_NOT_NULL 187 test/manual/etags/c-src/emacs/src/regex.h (RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DOT_NOT_NULL \ RE_DOT_NOT_NULL 195 test/manual/etags/c-src/emacs/src/regex.h & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS)) RE_DOT_NOT_NULL 222 test/manual/etags/c-src/emacs/src/regex.h (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \