Searched refs:RE_NEWLINE_ALT (Results 1 – 2 of 2) sorted by relevance
164 # define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro169 # define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)265 | RE_NEWLINE_ALT)270 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
1929 if (syntax & RE_NEWLINE_ALT) in peek_token()1974 if (!(syntax & RE_NEWLINE_ALT) || prev != '\n') in peek_token()