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

/freebsd-10.1-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-10.1-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-10.1-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-10.1-release/contrib/libgnuregex/
H A Dregex.h145 # define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1) macro
153 # define RE_DEBUG (RE_NO_GNU_OPS << 1)
198 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
208 | RE_INTERVALS | RE_NO_GNU_OPS \
H A Dregcomp.c1839 if (!(syntax & RE_NO_GNU_OPS))
1846 if (!(syntax & RE_NO_GNU_OPS))
1853 if (!(syntax & RE_NO_GNU_OPS))
1860 if (!(syntax & RE_NO_GNU_OPS))
1867 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))
1890 if (!(syntax & RE_NO_GNU_OPS))
[all...]
/freebsd-10.1-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-10.1-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-10.1-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 211 milliseconds