new_nexts 1417 maint/gnulib/lib/regex_internal.c Idx *new_nexts, *new_indices; new_nexts 1433 maint/gnulib/lib/regex_internal.c new_nexts = re_realloc (dfa->nexts, Idx, new_nodes_alloc); new_nexts 1437 maint/gnulib/lib/regex_internal.c if (__glibc_unlikely (new_nexts == NULL || new_indices == NULL new_nexts 1440 maint/gnulib/lib/regex_internal.c re_free (new_nexts); new_nexts 1446 maint/gnulib/lib/regex_internal.c dfa->nexts = new_nexts;