Home
last modified time | relevance | path

Searched refs:RE_NEWLINE_ALT (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/gdb/include/
Dxregex2.h117 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
122 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
197 | RE_NEWLINE_ALT)
202 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
/freebsd-10-stable/contrib/gcclibs/include/
Dxregex2.h120 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
125 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
200 | RE_NEWLINE_ALT)
205 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
/freebsd-10-stable/contrib/binutils/include/
Dxregex2.h120 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
125 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
200 | RE_NEWLINE_ALT)
205 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
/freebsd-10-stable/contrib/libgnuregex/
Dregex.h110 # define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
115 # define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
213 | RE_NEWLINE_ALT)
218 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
Dregcomp.c1932 if (syntax & RE_NEWLINE_ALT) in peek_token()
1977 if (!(syntax & RE_NEWLINE_ALT) || prev != '\n') in peek_token()
/freebsd-10-stable/gnu/usr.bin/grep/
Ddfa.c769 || ((syntax_bits & RE_NEWLINE_ALT) in lex()
934 || !(syntax_bits & RE_NEWLINE_ALT)) in lex()
/freebsd-10-stable/gnu/lib/libregex/doc/
Dxregex.texi418 @cnindex RE_NEWLINE_ALT
419 @item RE_NEWLINE_ALT
/freebsd-10-stable/contrib/binutils/libiberty/
Dregex.c3622 if (syntax & RE_NEWLINE_ALT) in PREFIX()
/freebsd-10-stable/contrib/gcclibs/libiberty/
Dregex.c3622 if (syntax & RE_NEWLINE_ALT) in PREFIX()