Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.h181 # define RE_NO_BK_VBAR (RE_NO_BK_REFS << 1) macro
187 # define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1)
249 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
271 | RE_NO_BK_VBAR)
299 | RE_NO_BK_PARENS | RE_NO_BK_VBAR \
308 | RE_NO_BK_VBAR | RE_UNMATCHED_RIGHT_PAREN_ORD)
Dregcomp.c1816 if (!(syntax & RE_LIMITED_OPS) && !(syntax & RE_NO_BK_VBAR)) in peek_token()
1933 if (!(syntax & RE_LIMITED_OPS) && (syntax & RE_NO_BK_VBAR)) in peek_token()