Searched refs:REGS_UNALLOCATED (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/binutils/include/
H A Dxregex2.h372 /* If REGS_UNALLOCATED, allocate space in the `regs' structure
376 #define REGS_UNALLOCATED 0
419 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
373 #define REGS_UNALLOCATED macro
/freebsd-10.0-release/contrib/gcclibs/include/
H A Dxregex2.h372 /* If REGS_UNALLOCATED, allocate space in the `regs' structure
376 #define REGS_UNALLOCATED 0
419 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
373 #define REGS_UNALLOCATED macro
/freebsd-10.0-release/contrib/gdb/include/
H A Dxregex2.h369 /* If REGS_UNALLOCATED, allocate space in the `regs' structure
373 #define REGS_UNALLOCATED 0
416 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
370 #define REGS_UNALLOCATED macro
/freebsd-10.0-release/contrib/libgnuregex/
H A Dregex.h397 /* If REGS_UNALLOCATED, allocate space in the `regs' structure
402 # define REGS_UNALLOCATED 0
445 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
399 # define REGS_UNALLOCATED macro
H A Dregexec.c476 if (BE (bufp->regs_allocated == REGS_UNALLOCATED, 0))
509 if (regs_allocated == REGS_UNALLOCATED)
513 return REGS_UNALLOCATED;
518 return REGS_UNALLOCATED;
531 return REGS_UNALLOCATED;
536 return REGS_UNALLOCATED;
592 bufp->regs_allocated = REGS_UNALLOCATED;
H A Dregcomp.c748 preg->regs_allocated = REGS_UNALLOCATED;
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dregex.c4916 bufp->regs_allocated = REGS_UNALLOCATED;
5995 if (bufp->regs_allocated == REGS_UNALLOCATED)
7791 bufp->regs_allocated = REGS_UNALLOCATED;
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dregex.c4916 bufp->regs_allocated = REGS_UNALLOCATED;
5995 if (bufp->regs_allocated == REGS_UNALLOCATED)
7791 bufp->regs_allocated = REGS_UNALLOCATED;

Completed in 113 milliseconds