Searched refs:RE_NO_BK_VBAR (Results 1 - 4 of 4) sorted by relevance

/haiku/src/build/libgnuregex/
H A Dregex.h121 #define RE_NO_BK_VBAR (RE_NO_BK_REFS << 1) macro
127 #define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1)
149 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
164 | RE_NO_BK_VBAR)
191 | RE_NO_BK_PARENS | RE_NO_BK_VBAR \
200 | RE_NO_BK_VBAR | RE_UNMATCHED_RIGHT_PAREN_ORD)
H A Dregex.c1554 if (syntax & RE_NO_BK_VBAR)
1693 if (syntax & RE_LIMITED_OPS || syntax & RE_NO_BK_VBAR)
2146 || (*prev == '|' && (syntax & RE_NO_BK_VBAR || prev_prev_backslash));
2167 || (syntax & RE_NO_BK_VBAR ? *next == '|'
/haiku/headers/posix/
H A Dregex.h129 # define RE_NO_BK_VBAR (RE_NO_BK_REFS << 1) macro
135 # define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1)
197 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
219 | RE_NO_BK_VBAR)
247 | RE_NO_BK_PARENS | RE_NO_BK_VBAR \
256 | RE_NO_BK_VBAR | RE_UNMATCHED_RIGHT_PAREN_ORD)
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c1788 if (!(syntax & RE_LIMITED_OPS) && !(syntax & RE_NO_BK_VBAR))
1905 if (!(syntax & RE_LIMITED_OPS) && (syntax & RE_NO_BK_VBAR))

Completed in 168 milliseconds