Searched refs:RE_NEWLINE_ALT (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/headers/build/host/cygwin/
H A Dregex.h118 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
123 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
198 | RE_NEWLINE_ALT)
203 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
/haiku-fatelf/headers/build/host/sunos/
H A Dregex.h111 # define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
116 # define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
212 | RE_NEWLINE_ALT)
217 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
/haiku-fatelf/headers/posix/
H A Dregex.h111 # define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
116 # define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
212 | RE_NEWLINE_ALT)
217 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
/haiku-fatelf/headers/private/mail/
H A Dregex.h128 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
133 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
203 | RE_NEWLINE_ALT)
208 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregex.h166 # define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
171 # define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
268 | RE_NEWLINE_ALT)
273 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
/haiku-fatelf/src/bin/diffutils/lib/posix/
H A Dregex.h114 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
119 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
195 | RE_NEWLINE_ALT)
200 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregex.h162 # define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
167 # define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
264 | RE_NEWLINE_ALT)
269 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
/haiku-fatelf/src/bin/gawk/
H A Dregex.h117 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
122 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
203 | RE_NEWLINE_ALT)
208 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
H A Dre.c339 { RE_NEWLINE_ALT, "RE_NEWLINE_ALT" },
/haiku-fatelf/src/bin/gdb/include/
H A Dxregex2.h117 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
122 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
198 | RE_NEWLINE_ALT)
203 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
/haiku-fatelf/src/bin/findutils/lib/
H A Dregexprops.c309 if (options & RE_NEWLINE_ALT)
334 if (options & RE_NEWLINE_ALT)
381 if (options & RE_NEWLINE_ALT)
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c3713 if (syntax & RE_NEWLINE_ALT)
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c3671 if (syntax & RE_NEWLINE_ALT)

Completed in 211 milliseconds