regs_allocated    740 maint/gnulib/lib/regcomp.c   preg->regs_allocated = REGS_UNALLOCATED;
regs_allocated    457 maint/gnulib/lib/regex.h   unsigned __REPB_PREFIX(regs_allocated) : 2;
regs_allocated     51 maint/gnulib/lib/regexec.c                               Idx nregs, int regs_allocated);
regs_allocated    406 maint/gnulib/lib/regexec.c   else if (__glibc_unlikely (bufp->regs_allocated == REGS_FIXED
regs_allocated    437 maint/gnulib/lib/regexec.c       bufp->regs_allocated = re_copy_regs (regs, pmatch, nregs,
regs_allocated    438 maint/gnulib/lib/regexec.c 					   bufp->regs_allocated);
regs_allocated    439 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (bufp->regs_allocated == REGS_UNALLOCATED))
regs_allocated    461 maint/gnulib/lib/regexec.c 	      int regs_allocated)
regs_allocated    470 maint/gnulib/lib/regexec.c   if (regs_allocated == REGS_UNALLOCATED)
regs_allocated    483 maint/gnulib/lib/regexec.c   else if (regs_allocated == REGS_REALLOCATE)
regs_allocated    506 maint/gnulib/lib/regexec.c       DEBUG_ASSERT (regs_allocated == REGS_FIXED);
regs_allocated    543 maint/gnulib/lib/regexec.c       bufp->regs_allocated = REGS_REALLOCATE;
regs_allocated    550 maint/gnulib/lib/regexec.c       bufp->regs_allocated = REGS_UNALLOCATED;