Lines Matching full:regs_allocated
58 Idx nregs, int regs_allocated)
459 else if (BE (bufp->regs_allocated == REGS_FIXED
490 bufp->regs_allocated = re_copy_regs (regs, pmatch, nregs,
491 bufp->regs_allocated);
492 if (BE (bufp->regs_allocated == REGS_UNALLOCATED, 0))
515 int regs_allocated)
524 if (regs_allocated == REGS_UNALLOCATED)
537 else if (regs_allocated == REGS_REALLOCATE)
560 assert (regs_allocated == REGS_FIXED);
600 bufp->regs_allocated = REGS_REALLOCATE;
607 bufp->regs_allocated = REGS_UNALLOCATED;