newline_anchor    228 maint/gnulib/lib/regcomp.c   bufp->newline_anchor = 1;
newline_anchor    484 maint/gnulib/lib/regcomp.c       preg->newline_anchor = 1;
newline_anchor    487 maint/gnulib/lib/regcomp.c     preg->newline_anchor = 0;
newline_anchor    701 maint/gnulib/lib/regcomp.c   re_comp_buf.newline_anchor = 1;
newline_anchor    475 maint/gnulib/lib/regex.h   unsigned __REPB_PREFIX(newline_anchor) : 1;
newline_anchor    778 maint/gnulib/lib/regex_internal.c 					 && pstr->newline_anchor)
newline_anchor    798 maint/gnulib/lib/regex_internal.c 				   : ((IS_NEWLINE (c) && pstr->newline_anchor)
newline_anchor    952 maint/gnulib/lib/regex_internal.c       return (IS_WIDE_NEWLINE (wc) && input->newline_anchor
newline_anchor    961 maint/gnulib/lib/regex_internal.c       return IS_NEWLINE (c) && input->newline_anchor ? CONTEXT_NEWLINE : 0;
newline_anchor    420 maint/gnulib/lib/regex_internal.h   unsigned char newline_anchor;
newline_anchor    626 maint/gnulib/lib/regexec.c 	  || !preg->newline_anchor))
newline_anchor    643 maint/gnulib/lib/regexec.c   mctx.input.newline_anchor = preg->newline_anchor;