Home
last modified time | relevance | path

Searched refs:RE_DOT_NEWLINE (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/include/
Dxregex2.h98 #define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1) macro
102 #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
185 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \
218 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
/toolchain/binutils/binutils-2.27/libiberty/
Dregex.c2587 && !(syntax & RE_DOT_NEWLINE)) in PREFIX()
4693 if (!(bufp->syntax & RE_DOT_NEWLINE)) in PREFIX()
6158 if ((!(bufp->syntax & RE_DOT_NEWLINE) && TRANSLATE (*d) == '\n') in wcs_re_match_2_internal()
7949 syntax &= ~RE_DOT_NEWLINE;