regs_allocated    714 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    400 maint/gnulib/lib/regexec.c   else if (__glibc_unlikely (bufp->regs_allocated == REGS_FIXED
regs_allocated    431 maint/gnulib/lib/regexec.c       bufp->regs_allocated = re_copy_regs (regs, pmatch, nregs,
regs_allocated    432 maint/gnulib/lib/regexec.c 					   bufp->regs_allocated);
regs_allocated    433 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (bufp->regs_allocated == REGS_UNALLOCATED))
regs_allocated    455 maint/gnulib/lib/regexec.c 	      int regs_allocated)
regs_allocated    464 maint/gnulib/lib/regexec.c   if (regs_allocated == REGS_UNALLOCATED)
regs_allocated    477 maint/gnulib/lib/regexec.c   else if (regs_allocated == REGS_REALLOCATE)
regs_allocated    500 maint/gnulib/lib/regexec.c       DEBUG_ASSERT (regs_allocated == REGS_FIXED);
regs_allocated    537 maint/gnulib/lib/regexec.c       bufp->regs_allocated = REGS_REALLOCATE;
regs_allocated    544 maint/gnulib/lib/regexec.c       bufp->regs_allocated = REGS_UNALLOCATED;