REGS_UNALLOCATED  757 compat/regex/regcomp.c   preg->regs_allocated = REGS_UNALLOCATED;
REGS_UNALLOCATED  466 compat/regex/regexec.c       if (BE (bufp->regs_allocated == REGS_UNALLOCATED, 0))
REGS_UNALLOCATED  498 compat/regex/regexec.c   if (regs_allocated == REGS_UNALLOCATED)
REGS_UNALLOCATED  502 compat/regex/regexec.c 	return REGS_UNALLOCATED;
REGS_UNALLOCATED  507 compat/regex/regexec.c 	  return REGS_UNALLOCATED;
REGS_UNALLOCATED  520 compat/regex/regexec.c 	    return REGS_UNALLOCATED;
REGS_UNALLOCATED  525 compat/regex/regexec.c 	      return REGS_UNALLOCATED;
REGS_UNALLOCATED  581 compat/regex/regexec.c       bufp->regs_allocated = REGS_UNALLOCATED;