new_indices      1417 maint/gnulib/lib/regex_internal.c       Idx *new_nexts, *new_indices;
new_indices      1434 maint/gnulib/lib/regex_internal.c       new_indices = re_realloc (dfa->org_indices, Idx, new_nodes_alloc);
new_indices      1437 maint/gnulib/lib/regex_internal.c       if (__glibc_unlikely (new_nexts == NULL || new_indices == NULL
new_indices      1441 maint/gnulib/lib/regex_internal.c 	   re_free (new_indices);
new_indices      1447 maint/gnulib/lib/regex_internal.c       dfa->org_indices = new_indices;