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

/freebsd-10.1-release/contrib/binutils/include/
H A Dxregex2.h374 If REGS_REALLOCATE, reallocate space if necessary. macro
377 #define REGS_REALLOCATE 1
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dxregex2.h374 If REGS_REALLOCATE, reallocate space if necessary. macro
377 #define REGS_REALLOCATE 1
/freebsd-10.1-release/contrib/gdb/include/
H A Dxregex2.h371 If REGS_REALLOCATE, reallocate space if necessary. macro
374 #define REGS_REALLOCATE 1
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex.h399 If REGS_REALLOCATE, reallocate space if necessary.
403 # define REGS_REALLOCATE 1
400 # define REGS_REALLOCATE macro
H A Dregexec.c502 int rval = REGS_REALLOCATE;
522 else if (regs_allocated == REGS_REALLOCATE)
585 bufp->regs_allocated = REGS_REALLOCATE;
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dregex.c4909 bufp->regs_allocated = REGS_REALLOCATE;
6007 bufp->regs_allocated = REGS_REALLOCATE;
6009 else if (bufp->regs_allocated == REGS_REALLOCATE)
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dregex.c4909 bufp->regs_allocated = REGS_REALLOCATE;
6007 bufp->regs_allocated = REGS_REALLOCATE;
6009 else if (bufp->regs_allocated == REGS_REALLOCATE)

Completed in 258 milliseconds