RE_NO_BK_VBAR    1826 compat/regex/regcomp.c 	  if (!(syntax & RE_LIMITED_OPS) && !(syntax & RE_NO_BK_VBAR))
RE_NO_BK_VBAR    1943 compat/regex/regcomp.c       if (!(syntax & RE_LIMITED_OPS) && (syntax & RE_NO_BK_VBAR))
RE_NO_BK_VBAR     147 compat/regex/regex.h # define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1)
RE_NO_BK_VBAR     200 compat/regex/regex.h    | RE_NO_BK_VBAR                | RE_NO_EMPTY_RANGES			\
RE_NO_BK_VBAR     224 compat/regex/regex.h    | RE_NO_BK_VBAR)
RE_NO_BK_VBAR     252 compat/regex/regex.h    | RE_NO_BK_PARENS        | RE_NO_BK_VBAR				\
RE_NO_BK_VBAR     261 compat/regex/regex.h    | RE_NO_BK_VBAR	    | RE_UNMATCHED_RIGHT_PAREN_ORD)