newline_anchor    215 maint/gnulib/lib/regcomp.c   bufp->newline_anchor = 1;
newline_anchor    462 maint/gnulib/lib/regcomp.c       preg->newline_anchor = 1;
newline_anchor    465 maint/gnulib/lib/regcomp.c     preg->newline_anchor = 0;
newline_anchor    675 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    759 maint/gnulib/lib/regex_internal.c 					 && pstr->newline_anchor)
newline_anchor    778 maint/gnulib/lib/regex_internal.c 				   : ((IS_NEWLINE (c) && pstr->newline_anchor)
newline_anchor    919 maint/gnulib/lib/regex_internal.c       return (IS_WIDE_NEWLINE (wc) && input->newline_anchor
newline_anchor    927 maint/gnulib/lib/regex_internal.c       return IS_NEWLINE (c) && input->newline_anchor ? CONTEXT_NEWLINE : 0;
newline_anchor    411 maint/gnulib/lib/regex_internal.h   unsigned char newline_anchor;
newline_anchor    620 maint/gnulib/lib/regexec.c 	  || !preg->newline_anchor))
newline_anchor    637 maint/gnulib/lib/regexec.c   mctx.input.newline_anchor = preg->newline_anchor;