regs_allocated    914 libglibc/regex.c   printf ("regs_alloc: %d\t", bufp->regs_allocated);
regs_allocated   3511 libglibc/regex.c       bufp->regs_allocated = REGS_REALLOCATE;
regs_allocated   3518 libglibc/regex.c       bufp->regs_allocated = REGS_UNALLOCATED;
regs_allocated   4186 libglibc/regex.c               if (bufp->regs_allocated == REGS_UNALLOCATED)
regs_allocated   4198 libglibc/regex.c                   bufp->regs_allocated = REGS_REALLOCATE;
regs_allocated   4200 libglibc/regex.c               else if (bufp->regs_allocated == REGS_REALLOCATE)
regs_allocated   4220 libglibc/regex.c 		  assert (bufp->regs_allocated == REGS_FIXED);
regs_allocated   5526 libglibc/regex.c   bufp->regs_allocated = REGS_UNALLOCATED;
regs_allocated   5769 libglibc/regex.c   private_preg.regs_allocated = REGS_FIXED;
regs_allocated    368 libglibc/regex.h   unsigned regs_allocated : 2;