Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.h493 # define REGS_UNALLOCATED 0 macro
Dregexec.c491 if (BE (bufp->regs_allocated == REGS_UNALLOCATED, 0)) in re_search_stub()
523 if (regs_allocated == REGS_UNALLOCATED) in re_copy_regs()
527 return REGS_UNALLOCATED; in re_copy_regs()
532 return REGS_UNALLOCATED; in re_copy_regs()
545 return REGS_UNALLOCATED; in re_copy_regs()
550 return REGS_UNALLOCATED; in re_copy_regs()
606 bufp->regs_allocated = REGS_UNALLOCATED;
Dregcomp.c767 preg->regs_allocated = REGS_UNALLOCATED; in re_compile_internal()