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

/freebsd-10.1-release/contrib/binutils/include/
H A Dxregex2.h120 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
125 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
201 | RE_NEWLINE_ALT)
206 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dxregex2.h120 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
125 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
201 | RE_NEWLINE_ALT)
206 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
/freebsd-10.1-release/contrib/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 \
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex.h110 # define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
115 # define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
214 | RE_NEWLINE_ALT)
219 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
/freebsd-10.1-release/gnu/usr.bin/grep/
H A Ddfa.c769 || ((syntax_bits & RE_NEWLINE_ALT)
934 || !(syntax_bits & RE_NEWLINE_ALT))
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dregex.c3635 if (syntax & RE_NEWLINE_ALT)
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dregex.c3635 if (syntax & RE_NEWLINE_ALT)

Completed in 230 milliseconds