Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/lib/
H A Dregex.h105 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
110 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
169 | RE_NEWLINE_ALT)
174 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
H A Dregex.c2435 if (syntax & RE_NEWLINE_ALT)
/openbsd/gnu/usr.bin/binutils/include/
H A 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 \
/openbsd/gnu/gcc/include/
H A 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 \
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A 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 \
/openbsd/gnu/lib/libiberty/include/
H A 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 \
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.h118 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1) macro
123 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
193 | RE_NEWLINE_ALT)
198 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
H A Dgnu-regex.c2290 if (syntax & RE_NEWLINE_ALT)
/openbsd/gnu/lib/libiberty/src/
H A Dregex.c3622 if (syntax & RE_NEWLINE_ALT) in PREFIX()