Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregexec.c542 regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs); in re_copy_regs() local
544 if (BE (new_start == NULL, 0)) in re_copy_regs()
549 re_free (new_start); in re_copy_regs()
552 regs->start = new_start; in re_copy_regs()