Home
last modified time | relevance | path

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

/haiku/src/build/libgnuregex/
H A Dregex.h321 #define REGS_REALLOCATE 1 macro
H A Dregex.c2819 bufp->regs_allocated = REGS_REALLOCATE;
3444 bufp->regs_allocated = REGS_REALLOCATE;
3446 else if (bufp->regs_allocated == REGS_REALLOCATE)
/haiku/headers/posix/
H A Dregex.h389 # define REGS_REALLOCATE 1 macro
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c461 int rval = REGS_REALLOCATE; in re_copy_regs()
481 else if (regs_allocated == REGS_REALLOCATE) in re_copy_regs()
541 bufp->regs_allocated = REGS_REALLOCATE; in re_set_registers()