Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/
Dxregex2.h119 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
124 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
199 | RE_NEWLINE_ALT)
204 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
/toolchain/binutils/binutils-2.27/libiberty/
Dregex.c3624 if (syntax & RE_NEWLINE_ALT) in PREFIX()