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

/freebsd-11-stable/contrib/gcclibs/include/
H A Dxregex2.h397 unsigned newline_anchor : 1;
394 unsigned newline_anchor : 1; member in struct:re_pattern_buffer
/freebsd-11-stable/contrib/binutils/include/
H A Dxregex2.h397 unsigned newline_anchor : 1;
394 unsigned newline_anchor : 1; member in struct:re_pattern_buffer
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.h424 unsigned __REPB_PREFIX(newline_anchor) : 1;
H A Dregex_internal.c774 && pstr->newline_anchor)
794 : ((IS_NEWLINE (c) && pstr->newline_anchor)
951 return (IS_WIDE_NEWLINE (wc) && input->newline_anchor
960 return IS_NEWLINE (c) && input->newline_anchor ? CONTEXT_NEWLINE : 0;
H A Dregex_internal.h370 unsigned char newline_anchor; member in struct:re_string_t
H A Dregcomp.c228 bufp->newline_anchor = 1;
443 `newline_anchor' to REG_NEWLINE being set in CFLAGS;
495 preg->newline_anchor = 1;
498 preg->newline_anchor = 0;
708 re_comp_buf.newline_anchor = 1;
H A Dregexec.c674 the regex must be anchored. If preg->newline_anchor is set,
679 || !preg->newline_anchor))
695 mctx.input.newline_anchor = preg->newline_anchor;
/freebsd-11-stable/contrib/gdb/include/
H A Dxregex2.h394 unsigned newline_anchor : 1;
391 unsigned newline_anchor : 1; member in struct:re_pattern_buffer
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c1168 printf ("newline_anchor: %d\n", bufp->newline_anchor);
2282 The `fastmap' and `newline_anchor' fields are neither
5062 && !bufp->newline_anchor)))
6842 `newline_anchor' is set, after newlines. */
6850 else if (d[-1] == '\n' && bufp->newline_anchor)
6869 && bufp->newline_anchor)
7038 || (bufp->newline_anchor && (re_opcode_t) *p2 == endline))
7799 bufp->newline_anchor = 1;
7859 re_comp_buf.newline_anchor
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c1168 printf ("newline_anchor: %d\n", bufp->newline_anchor);
2282 The `fastmap' and `newline_anchor' fields are neither
5062 && !bufp->newline_anchor)))
6842 `newline_anchor' is set, after newlines. */
6850 else if (d[-1] == '\n' && bufp->newline_anchor)
6869 && bufp->newline_anchor)
7038 || (bufp->newline_anchor && (re_opcode_t) *p2 == endline))
7799 bufp->newline_anchor = 1;
7859 re_comp_buf.newline_anchor
[all...]

Completed in 308 milliseconds