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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h381 unsigned regs_allocated : 2;
421 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
378 unsigned regs_allocated : 2; member in struct:re_pattern_buffer
H A Dregex.c1111 printf ("regs_alloc: %d\t", bufp->regs_allocated);
4906 bufp->regs_allocated = REGS_REALLOCATE;
4913 bufp->regs_allocated = REGS_UNALLOCATED;
6099 if (bufp->regs_allocated == REGS_UNALLOCATED)
6111 bufp->regs_allocated = REGS_REALLOCATE;
6113 else if (bufp->regs_allocated == REGS_REALLOCATE)
6133 assert (bufp->regs_allocated == REGS_FIXED);
7886 bufp->regs_allocated = REGS_UNALLOCATED;
8137 private_preg.regs_allocated = REGS_FIXED;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex-gnu.h371 unsigned regs_allocated : 2;
411 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
368 unsigned regs_allocated : 2; member in struct:re_pattern_buffer
H A Dregex.c922 printf ("regs_alloc: %d\t", bufp->regs_allocated);
3522 bufp->regs_allocated = REGS_REALLOCATE;
3529 bufp->regs_allocated = REGS_UNALLOCATED;
4200 if (bufp->regs_allocated == REGS_UNALLOCATED)
4212 bufp->regs_allocated = REGS_REALLOCATE;
4214 else if (bufp->regs_allocated == REGS_REALLOCATE)
4234 assert (bufp->regs_allocated == REGS_FIXED);
5553 bufp->regs_allocated = REGS_UNALLOCATED;
5798 private_preg.regs_allocated = REGS_FIXED;

Completed in 176 milliseconds