Home
last modified time | relevance | path

Searched refs:regs_allocated (Results 1 – 2 of 2) sorted by relevance

/external/clearsilver/util/regex/
Dregex.h331 unsigned regs_allocated : 2; member
Dregex.c854 printf ("regs_alloc: %d\t", bufp->regs_allocated);
3230 bufp->regs_allocated = REGS_REALLOCATE;
3237 bufp->regs_allocated = REGS_UNALLOCATED;
3888 if (bufp->regs_allocated == REGS_UNALLOCATED)
3900 bufp->regs_allocated = REGS_REALLOCATE;
3902 else if (bufp->regs_allocated == REGS_REALLOCATE)
3922 assert (bufp->regs_allocated == REGS_FIXED);
5194 bufp->regs_allocated = REGS_UNALLOCATED;
5417 private_preg.regs_allocated = REGS_FIXED;