Searched refs:RE_NO_GNU_OPS (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/headers/build/host/cygwin/
H A Dregex.h153 #define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1) macro
161 #define RE_DEBUG (RE_NO_GNU_OPS << 1)
185 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
193 | RE_INTERVALS | RE_NO_GNU_OPS)
/haiku-fatelf/headers/build/host/sunos/
H A Dregex.h146 # define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1) macro
154 # define RE_DEBUG (RE_NO_GNU_OPS << 1)
198 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
207 | RE_INTERVALS | RE_NO_GNU_OPS)
/haiku-fatelf/headers/posix/
H A Dregex.h146 # define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1) macro
154 # define RE_DEBUG (RE_NO_GNU_OPS << 1)
198 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
207 | RE_INTERVALS | RE_NO_GNU_OPS)
/haiku-fatelf/headers/private/mail/
H A Dregex.h163 #define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1) macro
171 #define RE_DEBUG (RE_NO_GNU_OPS << 1)
190 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
198 | RE_INTERVALS | RE_NO_GNU_OPS)
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregex.h201 # define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1) macro
209 # define RE_DEBUG (RE_NO_GNU_OPS << 1)
254 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
263 | RE_INTERVALS | RE_NO_GNU_OPS)
H A Dregcomp.c1843 if (!(syntax & RE_NO_GNU_OPS))
1850 if (!(syntax & RE_NO_GNU_OPS))
1857 if (!(syntax & RE_NO_GNU_OPS))
1864 if (!(syntax & RE_NO_GNU_OPS))
1871 if (!(syntax & RE_NO_GNU_OPS))
1875 if (!(syntax & RE_NO_GNU_OPS))
1879 if (!(syntax & RE_NO_GNU_OPS))
1883 if (!(syntax & RE_NO_GNU_OPS))
1887 if (!(syntax & RE_NO_GNU_OPS))
1894 if (!(syntax & RE_NO_GNU_OPS))
[all...]
/haiku-fatelf/src/bin/diffutils/lib/posix/
H A Dregex.h149 #define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1) macro
157 #define RE_DEBUG (RE_NO_GNU_OPS << 1)
182 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
190 | RE_INTERVALS | RE_NO_GNU_OPS)
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregex.h197 # define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1) macro
205 # define RE_DEBUG (RE_NO_GNU_OPS << 1)
250 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
259 | RE_INTERVALS | RE_NO_GNU_OPS)
H A Dregcomp.c1815 if (!(syntax & RE_NO_GNU_OPS))
1822 if (!(syntax & RE_NO_GNU_OPS))
1829 if (!(syntax & RE_NO_GNU_OPS))
1836 if (!(syntax & RE_NO_GNU_OPS))
1843 if (!(syntax & RE_NO_GNU_OPS))
1847 if (!(syntax & RE_NO_GNU_OPS))
1851 if (!(syntax & RE_NO_GNU_OPS))
1855 if (!(syntax & RE_NO_GNU_OPS))
1859 if (!(syntax & RE_NO_GNU_OPS))
1866 if (!(syntax & RE_NO_GNU_OPS))
[all...]
/haiku-fatelf/src/bin/gawk/
H A Dregex.h152 #define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1) macro
160 #define RE_DEBUG (RE_NO_GNU_OPS << 1)
189 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
198 | RE_INTERVALS | RE_NO_GNU_OPS)
H A Dre.c347 { RE_NO_GNU_OPS, "RE_NO_GNU_OPS" },
H A Dregcomp.c1538 if (!(syntax & RE_NO_GNU_OPS))
1545 if (!(syntax & RE_NO_GNU_OPS))
1552 if (!(syntax & RE_NO_GNU_OPS))
1559 if (!(syntax & RE_NO_GNU_OPS))
1566 if (!(syntax & RE_NO_GNU_OPS))
1570 if (!(syntax & RE_NO_GNU_OPS))
1574 if (!(syntax & RE_NO_GNU_OPS))
1581 if (!(syntax & RE_NO_GNU_OPS))
/haiku-fatelf/src/bin/gdb/include/
H A Dxregex2.h152 #define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1) macro
160 #define RE_DEBUG (RE_NO_GNU_OPS << 1)
185 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
193 | RE_INTERVALS | RE_NO_GNU_OPS)
/haiku-fatelf/src/bin/findutils/lib/
H A Dregexprops.c226 if (options & RE_NO_GNU_OPS)
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c1800 if (!(syntax & RE_NO_GNU_OPS))
1807 if (!(syntax & RE_NO_GNU_OPS))
1814 if (!(syntax & RE_NO_GNU_OPS))
1821 if (!(syntax & RE_NO_GNU_OPS))
1828 if (!(syntax & RE_NO_GNU_OPS))
1832 if (!(syntax & RE_NO_GNU_OPS))
1836 if (!(syntax & RE_NO_GNU_OPS))
1840 if (!(syntax & RE_NO_GNU_OPS))
1844 if (!(syntax & RE_NO_GNU_OPS))
1851 if (!(syntax & RE_NO_GNU_OPS))
[all...]
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c4096 if (syntax & RE_NO_GNU_OPS)
4104 if (syntax & RE_NO_GNU_OPS)
4112 if (syntax & RE_NO_GNU_OPS)
4118 if (syntax & RE_NO_GNU_OPS)
4124 if (syntax & RE_NO_GNU_OPS)
4130 if (syntax & RE_NO_GNU_OPS)
4136 if (syntax & RE_NO_GNU_OPS)
4142 if (syntax & RE_NO_GNU_OPS)
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c4054 if (syntax & RE_NO_GNU_OPS)
4062 if (syntax & RE_NO_GNU_OPS)
4070 if (syntax & RE_NO_GNU_OPS)
4076 if (syntax & RE_NO_GNU_OPS)
4082 if (syntax & RE_NO_GNU_OPS)
4088 if (syntax & RE_NO_GNU_OPS)
4094 if (syntax & RE_NO_GNU_OPS)
4100 if (syntax & RE_NO_GNU_OPS)

Completed in 224 milliseconds