Searched refs:RE_NEWLINE_ALT (Results 1 – 9 of 9) sorted by relevance
105 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro110 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)169 | RE_NEWLINE_ALT)174 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
2435 if (syntax & RE_NEWLINE_ALT)
117 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro122 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)197 | RE_NEWLINE_ALT)202 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
120 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro125 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)200 | RE_NEWLINE_ALT)205 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
118 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro123 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)193 | RE_NEWLINE_ALT)198 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
2290 if (syntax & RE_NEWLINE_ALT)
3622 if (syntax & RE_NEWLINE_ALT) in PREFIX()