Home | History | Annotate | Download | only in lib

Lines Matching refs:new_start

543 	  regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs);
545 if (BE (new_start == NULL, 0))
550 re_free (new_start);
553 regs->start = new_start;