Searched refs:RE_NO_BK_BRACES (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
H A Dxregex2.h110 interval, depending on RE_NO_BK_BRACES.
125 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1) macro
129 #define RE_NO_BK_PARENS (RE_NO_BK_BRACES << 1)
210 (RE_SYNTAX_EGREP | RE_INTERVALS | RE_NO_BK_BRACES \
234 | RE_CONTEXT_INDEP_OPS | RE_NO_BK_BRACES \
242 | RE_CONTEXT_INVALID_OPS | RE_NO_BK_BRACES \
/freebsd-11-stable/contrib/binutils/include/
H A Dxregex2.h110 interval, depending on RE_NO_BK_BRACES.
125 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1) macro
129 #define RE_NO_BK_PARENS (RE_NO_BK_BRACES << 1)
210 (RE_SYNTAX_EGREP | RE_INTERVALS | RE_NO_BK_BRACES \
234 | RE_CONTEXT_INDEP_OPS | RE_NO_BK_BRACES \
242 | RE_CONTEXT_INVALID_OPS | RE_NO_BK_BRACES \
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.h100 interval, depending on RE_NO_BK_BRACES.
115 # define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1) macro
119 # define RE_NO_BK_PARENS (RE_NO_BK_BRACES << 1)
223 (RE_SYNTAX_EGREP | RE_INTERVALS | RE_NO_BK_BRACES \
247 | RE_CONTEXT_INDEP_OPS | RE_NO_BK_BRACES \
255 | RE_CONTEXT_INVALID_OPS | RE_NO_BK_BRACES \
/freebsd-11-stable/contrib/gdb/include/
H A Dxregex2.h107 interval, depending on RE_NO_BK_BRACES.
122 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1) macro
126 #define RE_NO_BK_PARENS (RE_NO_BK_BRACES << 1)
207 (RE_SYNTAX_EGREP | RE_INTERVALS | RE_NO_BK_BRACES \
231 | RE_CONTEXT_INDEP_OPS | RE_NO_BK_BRACES \
239 | RE_CONTEXT_INVALID_OPS | RE_NO_BK_BRACES \
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c3649 if (syntax & RE_INTERVALS && syntax & RE_NO_BK_BRACES)
3836 || (syntax & RE_NO_BK_BRACES))
3868 if (!(syntax & RE_NO_BK_BRACES))
3990 if (syntax & RE_NO_BK_BRACES)
4129 && ((syntax & RE_NO_BK_BRACES)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c3649 if (syntax & RE_INTERVALS && syntax & RE_NO_BK_BRACES)
3836 || (syntax & RE_NO_BK_BRACES))
3868 if (!(syntax & RE_NO_BK_BRACES))
3990 if (syntax & RE_NO_BK_BRACES)
4129 && ((syntax & RE_NO_BK_BRACES)
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c848 if (backslash != ((syntax_bits & RE_NO_BK_BRACES) == 0))
853 if (syntax_bits & RE_NO_BK_BRACES)
912 if (!(syntax_bits & RE_NO_BK_BRACES))

Completed in 232 milliseconds