Searched refs:newline_anchor (Results 1 - 6 of 6) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dregex.h518 unsigned int _REG_RE_NAME (newline_anchor) : 1;
H A Dregex_internal.c775 && pstr->newline_anchor)
795 : ((IS_NEWLINE (c) && pstr->newline_anchor)
954 return (IS_WIDE_NEWLINE (wc) && input->newline_anchor
963 return IS_NEWLINE (c) && input->newline_anchor ? CONTEXT_NEWLINE : 0;
H A Dregex_internal.h413 unsigned char newline_anchor; member in struct:re_string_t
H A Dregcomp.c237 bufp->newline_anchor = 1;
453 `newline_anchor' to REG_NEWLINE being set in CFLAGS;
505 preg->newline_anchor = 1;
508 preg->newline_anchor = 0;
732 re_comp_buf.newline_anchor = 1;
H A Dregexec.c693 the regex must be anchored. If preg->newline_anchor is set,
698 || !preg->newline_anchor))
715 mctx.input.newline_anchor = preg->newline_anchor;
/ndk/sources/host-tools/sed-4.2.1/sed/
H A Dregexp.c107 new_regex->pattern.newline_anchor = (new_regex->flags & REG_NEWLINE) != 0;

Completed in 128 milliseconds