new_indices      1383 maint/gnulib/lib/regex_internal.c       Idx *new_nexts, *new_indices;
new_indices      1400 maint/gnulib/lib/regex_internal.c       new_indices = re_realloc (dfa->org_indices, Idx, new_nodes_alloc);
new_indices      1403 maint/gnulib/lib/regex_internal.c       if (__glibc_unlikely (new_nexts == NULL || new_indices == NULL
new_indices      1407 maint/gnulib/lib/regex_internal.c 	   re_free (new_indices);
new_indices      1413 maint/gnulib/lib/regex_internal.c       dfa->org_indices = new_indices;