RE_DOT_NOT_NULL  1422 maint/gnulib/lib/dfa.c               if (dfa->syntax.syntax_bits & RE_DOT_NOT_NULL)
RE_DOT_NOT_NULL  1729 maint/gnulib/lib/dfa.c       if (dfa->syntax.syntax_bits & RE_DOT_NOT_NULL)
RE_DOT_NOT_NULL   126 maint/gnulib/lib/regex.h # define RE_HAT_LISTS_NOT_NEWLINE (RE_DOT_NOT_NULL << 1)
RE_DOT_NOT_NULL   221 maint/gnulib/lib/regex.h   (RE_BACKSLASH_ESCAPE_IN_LISTS   | RE_DOT_NOT_NULL			\
RE_DOT_NOT_NULL   231 maint/gnulib/lib/regex.h    & ~(RE_DOT_NOT_NULL | RE_CONTEXT_INDEP_OPS				\
RE_DOT_NOT_NULL   241 maint/gnulib/lib/regex.h    & ~(RE_CONTEXT_INVALID_DUP | RE_DOT_NOT_NULL))
RE_DOT_NOT_NULL   245 maint/gnulib/lib/regex.h    & ~(RE_CONTEXT_INVALID_OPS | RE_DOT_NOT_NULL))
RE_DOT_NOT_NULL   258 maint/gnulib/lib/regex.h   (RE_CHAR_CLASSES | RE_DOT_NEWLINE      | RE_DOT_NOT_NULL		\
RE_DOT_NOT_NULL  3457 maint/gnulib/lib/regexec.c 	  if (dfa->syntax & RE_DOT_NOT_NULL)
RE_DOT_NOT_NULL  3468 maint/gnulib/lib/regexec.c 	  if (dfa->syntax & RE_DOT_NOT_NULL)
RE_DOT_NOT_NULL  3679 maint/gnulib/lib/regexec.c 	  || ((dfa->syntax & RE_DOT_NOT_NULL)
RE_DOT_NOT_NULL  3922 maint/gnulib/lib/regexec.c 	  || (ch == '\0' && (mctx->dfa->syntax & RE_DOT_NOT_NULL)))