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

/haiku/src/build/libgnuregex/
H A Dregex.h321 If REGS_REALLOCATE, reallocate space if necessary. macro
324 #define REGS_REALLOCATE 1
H A Dregex.c2832 bufp->regs_allocated = REGS_REALLOCATE;
3460 bufp->regs_allocated = REGS_REALLOCATE;
3462 else if (bufp->regs_allocated == REGS_REALLOCATE)
/haiku/headers/posix/
H A Dregex.h387 If REGS_REALLOCATE, reallocate space if necessary.
391 # define REGS_REALLOCATE 1
389 # define REGS_REALLOCATE macro
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c506 int rval = REGS_REALLOCATE;
521 else if (regs_allocated == REGS_REALLOCATE)
578 bufp->regs_allocated = REGS_REALLOCATE;

Completed in 182 milliseconds