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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex.h490 /* If REGS_UNALLOCATED, allocate space in the `regs' structure
495 # define REGS_UNALLOCATED 0
535 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
492 # 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.c771 preg->regs_allocated = REGS_UNALLOCATED;

Completed in 41 milliseconds