RE_LIMITED_OPS   1296 maint/gnulib/lib/dfa.c           if (dfa->syntax.syntax_bits & RE_LIMITED_OPS)
RE_LIMITED_OPS   1314 maint/gnulib/lib/dfa.c           if (dfa->syntax.syntax_bits & RE_LIMITED_OPS)
RE_LIMITED_OPS   1382 maint/gnulib/lib/dfa.c           if (dfa->syntax.syntax_bits & RE_LIMITED_OPS)
RE_LIMITED_OPS   1390 maint/gnulib/lib/dfa.c           if (dfa->syntax.syntax_bits & RE_LIMITED_OPS
RE_LIMITED_OPS   1789 maint/gnulib/lib/regcomp.c 	  if (!(syntax & RE_LIMITED_OPS) && !(syntax & RE_NO_BK_VBAR))
RE_LIMITED_OPS   1867 maint/gnulib/lib/regcomp.c 	  if (!(syntax & RE_LIMITED_OPS) && (syntax & RE_BK_PLUS_QM))
RE_LIMITED_OPS   1871 maint/gnulib/lib/regcomp.c 	  if (!(syntax & RE_LIMITED_OPS) && (syntax & RE_BK_PLUS_QM))
RE_LIMITED_OPS   1904 maint/gnulib/lib/regcomp.c       if (!(syntax & RE_LIMITED_OPS) && (syntax & RE_NO_BK_VBAR))
RE_LIMITED_OPS   1911 maint/gnulib/lib/regcomp.c       if (!(syntax & RE_LIMITED_OPS) && !(syntax & RE_BK_PLUS_QM))
RE_LIMITED_OPS   1915 maint/gnulib/lib/regcomp.c       if (!(syntax & RE_LIMITED_OPS) && !(syntax & RE_BK_PLUS_QM))
RE_LIMITED_OPS     65 maint/gnulib/lib/regex-quote.c   if ((syntax & RE_LIMITED_OPS) == 0 && (syntax & RE_BK_PLUS_QM) == 0)
RE_LIMITED_OPS     80 maint/gnulib/lib/regex-quote.c   if ((syntax & RE_LIMITED_OPS) == 0 && (syntax & RE_NO_BK_VBAR) != 0)
RE_LIMITED_OPS    139 maint/gnulib/lib/regex.h # define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1)
RE_LIMITED_OPS    268 maint/gnulib/lib/regex.h   (_RE_SYNTAX_POSIX_COMMON | RE_LIMITED_OPS)