Searched refs:RE_DOT_NEWLINE (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
H A Dxregex2.h99 #define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1) macro
103 #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
187 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \
220 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
/freebsd-11-stable/contrib/binutils/include/
H A Dxregex2.h99 #define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1) macro
103 #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
187 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \
220 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.h89 # define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1) macro
93 # define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
196 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \
233 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
H A Dregexec.c3600 if (!(dfa->syntax & RE_DOT_NEWLINE))
3609 if (!(dfa->syntax & RE_DOT_NEWLINE))
3822 if ((!(dfa->syntax & RE_DOT_NEWLINE) &&
4083 if ((ch == '\n' && !(mctx->dfa->syntax & RE_DOT_NEWLINE))
H A Dregcomp.c492 syntax &= ~RE_DOT_NEWLINE;
/freebsd-11-stable/contrib/gdb/include/
H A Dxregex2.h96 #define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1) macro
100 #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
184 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \
217 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c2598 && !(syntax & RE_DOT_NEWLINE))
4705 if (!(bufp->syntax & RE_DOT_NEWLINE))
6170 if ((!(bufp->syntax & RE_DOT_NEWLINE) && TRANSLATE (*d) == '\n')
7965 syntax &= ~RE_DOT_NEWLINE;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c2598 && !(syntax & RE_DOT_NEWLINE))
4705 if (!(bufp->syntax & RE_DOT_NEWLINE))
6170 if ((!(bufp->syntax & RE_DOT_NEWLINE) && TRANSLATE (*d) == '\n')
7965 syntax &= ~RE_DOT_NEWLINE;
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c969 if (!(syntax_bits & RE_DOT_NEWLINE))
2434 if (!(syntax_bits & RE_DOT_NEWLINE))
2483 if (!(syntax_bits & RE_DOT_NEWLINE))

Completed in 305 milliseconds