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

/freebsd-9.3-release/contrib/binutils/include/
H A Dxregex2.h155 #define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1) macro
163 #define RE_DEBUG (RE_NO_GNU_OPS << 1)
188 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
196 | RE_INTERVALS | RE_NO_GNU_OPS)
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dxregex2.h155 #define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1) macro
163 #define RE_DEBUG (RE_NO_GNU_OPS << 1)
188 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
196 | RE_INTERVALS | RE_NO_GNU_OPS)
/freebsd-9.3-release/contrib/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)
/freebsd-9.3-release/gnu/lib/libregex/posix/
H A Dregex.h154 #define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1) macro
162 #define RE_DEBUG (RE_NO_GNU_OPS << 1)
204 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
213 | RE_INTERVALS | RE_NO_GNU_OPS)
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregcomp.c1855 if (!(syntax & RE_NO_GNU_OPS))
1862 if (!(syntax & RE_NO_GNU_OPS))
1869 if (!(syntax & RE_NO_GNU_OPS))
1876 if (!(syntax & RE_NO_GNU_OPS))
1883 if (!(syntax & RE_NO_GNU_OPS))
1887 if (!(syntax & RE_NO_GNU_OPS))
1891 if (!(syntax & RE_NO_GNU_OPS))
1895 if (!(syntax & RE_NO_GNU_OPS))
1899 if (!(syntax & RE_NO_GNU_OPS))
1906 if (!(syntax & RE_NO_GNU_OPS))
[all...]
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dregex.c4018 if (syntax & RE_NO_GNU_OPS)
4026 if (syntax & RE_NO_GNU_OPS)
4034 if (syntax & RE_NO_GNU_OPS)
4040 if (syntax & RE_NO_GNU_OPS)
4046 if (syntax & RE_NO_GNU_OPS)
4052 if (syntax & RE_NO_GNU_OPS)
4058 if (syntax & RE_NO_GNU_OPS)
4064 if (syntax & RE_NO_GNU_OPS)
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dregex.c4018 if (syntax & RE_NO_GNU_OPS)
4026 if (syntax & RE_NO_GNU_OPS)
4034 if (syntax & RE_NO_GNU_OPS)
4040 if (syntax & RE_NO_GNU_OPS)
4046 if (syntax & RE_NO_GNU_OPS)
4052 if (syntax & RE_NO_GNU_OPS)
4058 if (syntax & RE_NO_GNU_OPS)
4064 if (syntax & RE_NO_GNU_OPS)
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Ddfa.c791 if (backslash && !(syntax_bits & RE_NO_GNU_OPS))
796 if (backslash && !(syntax_bits & RE_NO_GNU_OPS))
801 if (backslash && !(syntax_bits & RE_NO_GNU_OPS))
806 if (backslash && !(syntax_bits & RE_NO_GNU_OPS))
811 if (backslash && !(syntax_bits & RE_NO_GNU_OPS))
816 if (backslash && !(syntax_bits & RE_NO_GNU_OPS))
978 if (!backslash || (syntax_bits & RE_NO_GNU_OPS))

Completed in 237 milliseconds