RE_NO_BK_VBAR    2415 libglibc/regex.c           if (syntax & RE_NO_BK_VBAR)
RE_NO_BK_VBAR    2558 libglibc/regex.c               if (syntax & RE_LIMITED_OPS || syntax & RE_NO_BK_VBAR)
RE_NO_BK_VBAR    3077 libglibc/regex.c     || (*prev == '|' && (syntax & RE_NO_BK_VBAR || prev_prev_backslash));
RE_NO_BK_VBAR    3098 libglibc/regex.c     || (syntax & RE_NO_BK_VBAR ? *next == '|'
RE_NO_BK_VBAR     141 libglibc/regex.h #define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1)
RE_NO_BK_VBAR     178 libglibc/regex.h    | RE_NO_BK_VBAR                | RE_NO_EMPTY_RANGES			\
RE_NO_BK_VBAR     199 libglibc/regex.h    | RE_NO_BK_VBAR)
RE_NO_BK_VBAR     226 libglibc/regex.h    | RE_NO_BK_PARENS        | RE_NO_BK_VBAR				\
RE_NO_BK_VBAR     235 libglibc/regex.h    | RE_NO_BK_VBAR	    | RE_UNMATCHED_RIGHT_PAREN_ORD)