RE_DOT_NOT_NULL   111 compat/regex/regex.h # define RE_HAT_LISTS_NOT_NEWLINE (RE_DOT_NOT_NULL << 1)
RE_DOT_NOT_NULL   198 compat/regex/regex.h   (RE_BACKSLASH_ESCAPE_IN_LISTS   | RE_DOT_NOT_NULL			\
RE_DOT_NOT_NULL   207 compat/regex/regex.h    & ~(RE_DOT_NOT_NULL | RE_CONTEXT_INDEP_OPS				\
RE_DOT_NOT_NULL   237 compat/regex/regex.h   (RE_CHAR_CLASSES | RE_DOT_NEWLINE      | RE_DOT_NOT_NULL		\
RE_DOT_NOT_NULL  3587 compat/regex/regexec.c 	  if (dfa->syntax & RE_DOT_NOT_NULL)
RE_DOT_NOT_NULL  3596 compat/regex/regexec.c 	  if (dfa->syntax & RE_DOT_NOT_NULL)
RE_DOT_NOT_NULL  3810 compat/regex/regexec.c 	  ((dfa->syntax & RE_DOT_NOT_NULL) &&
RE_DOT_NOT_NULL  4071 compat/regex/regexec.c 	  || (ch == '\0' && (mctx->dfa->syntax & RE_DOT_NOT_NULL)))