Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.h164 # define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
169 # define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
265 | RE_NEWLINE_ALT)
270 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
Dregcomp.c1929 if (syntax & RE_NEWLINE_ALT) in peek_token()
1974 if (!(syntax & RE_NEWLINE_ALT) || prev != '\n') in peek_token()