Searched refs:RE_NEWLINE_ALT (Results 1 – 9 of 9) sorted by relevance
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 \
110 # define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro115 # define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)213 | RE_NEWLINE_ALT)218 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
1932 if (syntax & RE_NEWLINE_ALT) in peek_token()1977 if (!(syntax & RE_NEWLINE_ALT) || prev != '\n') in peek_token()
769 || ((syntax_bits & RE_NEWLINE_ALT) in lex()934 || !(syntax_bits & RE_NEWLINE_ALT)) in lex()
418 @cnindex RE_NEWLINE_ALT419 @item RE_NEWLINE_ALT
3622 if (syntax & RE_NEWLINE_ALT) in PREFIX()