Searched refs:RE_NEWLINE_ALT (Results 1 – 2 of 2) sorted by relevance
119 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro124 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)199 | RE_NEWLINE_ALT)204 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
3624 if (syntax & RE_NEWLINE_ALT) in PREFIX()