Home
last modified time | relevance | path

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

/posix/
A Dregex.h156 # define RE_NO_BK_VBAR (RE_NO_BK_REFS << 1) macro
162 # define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1)
223 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
273 | RE_NO_BK_PARENS | RE_NO_BK_VBAR \
282 | RE_NO_BK_VBAR | RE_UNMATCHED_RIGHT_PAREN_ORD)
A Dregcomp.c1831 if (!(syntax & RE_LIMITED_OPS) && !(syntax & RE_NO_BK_VBAR)) in peek_token()
1948 if (!(syntax & RE_LIMITED_OPS) && (syntax & RE_NO_BK_VBAR)) in peek_token()

Completed in 12 milliseconds