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

/haiku/src/build/libgnuregex/
H A Dregex.h319 /* If REGS_UNALLOCATED, allocate space in the `regs' structure
323 #define REGS_UNALLOCATED 0
371 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
320 #define REGS_UNALLOCATED macro
H A Dregex.c2839 bufp->regs_allocated = REGS_UNALLOCATED;
3451 if (bufp->regs_allocated == REGS_UNALLOCATED)
4638 bufp->regs_allocated = REGS_UNALLOCATED;
/haiku/headers/posix/
H A Dregex.h385 /* If REGS_UNALLOCATED, allocate space in the `regs' structure
390 # define REGS_UNALLOCATED 0
433 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
388 # define REGS_UNALLOCATED macro
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c480 if (BE (bufp->regs_allocated == REGS_UNALLOCATED, 0))
513 if (regs_allocated == REGS_UNALLOCATED)
518 return REGS_UNALLOCATED;
530 return REGS_UNALLOCATED;
585 bufp->regs_allocated = REGS_UNALLOCATED;
H A Dregcomp.c750 preg->regs_allocated = REGS_UNALLOCATED;

Completed in 39 milliseconds