new_start         483 maint/gnulib/lib/regexec.c 	  regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs);
new_start         485 maint/gnulib/lib/regexec.c 	  if (__glibc_unlikely (new_start == NULL))
new_start         490 maint/gnulib/lib/regexec.c 	      re_free (new_start);
new_start         493 maint/gnulib/lib/regexec.c 	  regs->start = new_start;