RE_LIMITED_OPS   1826 compat/regex/regcomp.c 	  if (!(syntax & RE_LIMITED_OPS) && !(syntax & RE_NO_BK_VBAR))
RE_LIMITED_OPS   1904 compat/regex/regcomp.c 	  if (!(syntax & RE_LIMITED_OPS) && (syntax & RE_BK_PLUS_QM))
RE_LIMITED_OPS   1908 compat/regex/regcomp.c 	  if (!(syntax & RE_LIMITED_OPS) && (syntax & RE_BK_PLUS_QM))
RE_LIMITED_OPS   1943 compat/regex/regcomp.c       if (!(syntax & RE_LIMITED_OPS) && (syntax & RE_NO_BK_VBAR))
RE_LIMITED_OPS   1950 compat/regex/regcomp.c       if (!(syntax & RE_LIMITED_OPS) && !(syntax & RE_BK_PLUS_QM))
RE_LIMITED_OPS   1954 compat/regex/regcomp.c       if (!(syntax & RE_LIMITED_OPS) && !(syntax & RE_BK_PLUS_QM))
RE_LIMITED_OPS    124 compat/regex/regex.h # define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1)
RE_LIMITED_OPS    247 compat/regex/regex.h   (_RE_SYNTAX_POSIX_COMMON | RE_LIMITED_OPS)