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

/haiku-fatelf/headers/private/mail/
H A Dregex.h372 /* If REGS_UNALLOCATED, allocate space in the `regs' structure
376 #define REGS_UNALLOCATED 0 macro
417 /* If REGS_UNALLOCATED, allocate space in the `regs' structure
421 #define REGS_UNALLOCATED 0 macro
447 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
/haiku-fatelf/headers/build/host/cygwin/
H A Dregex.h367 /* If REGS_UNALLOCATED, allocate space in the `regs' structure
371 #define REGS_UNALLOCATED 0 macro
413 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
/haiku-fatelf/headers/build/host/sunos/
H A Dregex.h395 /* If REGS_UNALLOCATED, allocate space in the `regs' structure
400 # define REGS_UNALLOCATED 0
443 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
397 # define REGS_UNALLOCATED macro
/haiku-fatelf/headers/posix/
H A Dregex.h395 /* If REGS_UNALLOCATED, allocate space in the `regs' structure
400 # define REGS_UNALLOCATED 0
443 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
397 # define REGS_UNALLOCATED macro
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregex.h493 /* If REGS_UNALLOCATED, allocate space in the `regs' structure
498 # define REGS_UNALLOCATED 0
538 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
495 # define REGS_UNALLOCATED macro
H A Dregexec.c501 if (BE (bufp->regs_allocated == REGS_UNALLOCATED, 0))
533 if (regs_allocated == REGS_UNALLOCATED)
537 return REGS_UNALLOCATED;
542 return REGS_UNALLOCATED;
555 return REGS_UNALLOCATED;
560 return REGS_UNALLOCATED;
616 bufp->regs_allocated = REGS_UNALLOCATED;
H A Dregcomp.c775 preg->regs_allocated = REGS_UNALLOCATED;
/haiku-fatelf/src/bin/diffutils/lib/posix/
H A Dregex.h366 /* If REGS_UNALLOCATED, allocate space in the `regs' structure
370 #define REGS_UNALLOCATED 0
413 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
367 #define REGS_UNALLOCATED macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregex.h489 /* If REGS_UNALLOCATED, allocate space in the `regs' structure
494 # define REGS_UNALLOCATED 0
534 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
491 # define REGS_UNALLOCATED macro
H A Dregexec.c490 if (BE (bufp->regs_allocated == REGS_UNALLOCATED, 0))
522 if (regs_allocated == REGS_UNALLOCATED)
526 return REGS_UNALLOCATED;
531 return REGS_UNALLOCATED;
544 return REGS_UNALLOCATED;
549 return REGS_UNALLOCATED;
605 bufp->regs_allocated = REGS_UNALLOCATED;
H A Dregcomp.c749 preg->regs_allocated = REGS_UNALLOCATED;
/haiku-fatelf/src/bin/gawk/
H A Dregex.h374 /* If REGS_UNALLOCATED, allocate space in the `regs' structure
378 #define REGS_UNALLOCATED 0
421 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
375 #define REGS_UNALLOCATED macro
H A Dregexec.c425 if (BE (bufp->regs_allocated == REGS_UNALLOCATED, 0))
456 if (regs_allocated == REGS_UNALLOCATED)
460 return REGS_UNALLOCATED;
465 return REGS_UNALLOCATED;
480 return REGS_UNALLOCATED;
486 return REGS_UNALLOCATED;
540 bufp->regs_allocated = REGS_UNALLOCATED;
H A Dregcomp.c693 preg->regs_allocated = REGS_UNALLOCATED;
/haiku-fatelf/src/bin/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
/haiku-fatelf/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;
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c5022 bufp->regs_allocated = REGS_UNALLOCATED;
6220 if (bufp->regs_allocated == REGS_UNALLOCATED)
8012 bufp->regs_allocated = REGS_UNALLOCATED;
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c4984 bufp->regs_allocated = REGS_UNALLOCATED;
6092 if (bufp->regs_allocated == REGS_UNALLOCATED)
7895 bufp->regs_allocated = REGS_UNALLOCATED;

Completed in 342 milliseconds