Home
last modified time | relevance | path

Searched refs:RE_NO_BK_PARENS (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/include/
Dxregex2.h126 #define RE_NO_BK_PARENS (RE_NO_BK_BRACES << 1) macro
130 #define RE_NO_BK_REFS (RE_NO_BK_PARENS << 1)
181 | RE_NO_BK_PARENS | RE_NO_BK_REFS \
202 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
231 | RE_NO_BK_PARENS | RE_NO_BK_VBAR \
239 | RE_NO_BK_PARENS | RE_NO_BK_REFS \
/mirbsd/src/gnu/usr.bin/cvs/lib/
Dregex.h729 # define RE_NO_BK_PARENS REG_NO_BK_PARENS macro