Home
last modified time | relevance | path

Searched refs:RE_INTERVALS (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/posix/
H A Dregex.h104 # define RE_INTERVALS (RE_HAT_LISTS_NOT_NEWLINE << 1) macro
108 # define RE_LIMITED_OPS (RE_INTERVALS << 1)
202 & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS \
207 | RE_INTERVALS | RE_NO_GNU_OPS)
211 | RE_HAT_LISTS_NOT_NEWLINE | RE_INTERVALS \
221 (RE_SYNTAX_EGREP | RE_INTERVALS | RE_NO_BK_BRACES \
232 | RE_INTERVALS | RE_NO_EMPTY_RANGES)
/haiku/src/build/libgnuregex/
H A Dregex.h96 #define RE_INTERVALS (RE_HAT_LISTS_NOT_NEWLINE << 1) macro
100 #define RE_LIMITED_OPS (RE_INTERVALS << 1)
156 | RE_HAT_LISTS_NOT_NEWLINE | RE_INTERVALS \
166 (RE_SYNTAX_EGREP | RE_INTERVALS | RE_NO_BK_BRACES)
176 | RE_INTERVALS | RE_NO_EMPTY_RANGES)
H A Dregex.c1552 if (syntax & RE_INTERVALS && syntax & RE_NO_BK_BRACES)
1730 if (!(syntax & RE_INTERVALS)
1733 || ((syntax & RE_INTERVALS) && (syntax & RE_NO_BK_BRACES))
2008 || ((syntax & RE_INTERVALS)
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c1933 if ((syntax & RE_INTERVALS) && (!(syntax & RE_NO_BK_BRACES))) in peek_token()
1937 if ((syntax & RE_INTERVALS) && (!(syntax & RE_NO_BK_BRACES))) in peek_token()
1979 if ((syntax & RE_INTERVALS) && (syntax & RE_NO_BK_BRACES)) in peek_token()
1983 if ((syntax & RE_INTERVALS) && (syntax & RE_NO_BK_BRACES)) in peek_token()