Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dregex.h107 # define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
112 # define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
207 | RE_NEWLINE_ALT)
212 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregcomp.c1861 if (syntax & RE_NEWLINE_ALT) in peek_token()
1906 if (!(syntax & RE_NEWLINE_ALT) || prev != '\n') in peek_token()
A Dregex_old.c3644 if (syntax & RE_NEWLINE_ALT) in PREFIX()

Completed in 18 milliseconds