Searched defs:regs_allocated (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c56 Idx nregs, int regs_allocated)
457 else if (BE (bufp->regs_allocated == REGS_FIXED
488 bufp->regs_allocated = re_copy_regs (regs, pmatch, nregs,
489 bufp->regs_allocated);
490 if (BE (bufp->regs_allocated == REGS_UNALLOCATED, 0))
513 int regs_allocated)
522 if (regs_allocated == REGS_UNALLOCATED)
535 else if (regs_allocated == REGS_REALLOCATE)
558 assert (regs_allocated == REGS_FIXED);
598 bufp->regs_allocated
511 re_copy_regs(struct re_registers *regs, regmatch_t *pmatch, Idx nregs, int regs_allocated) argument
[all...]

Completed in 29 milliseconds