new_nexts 1383 maint/gnulib/lib/regex_internal.c Idx *new_nexts, *new_indices; new_nexts 1399 maint/gnulib/lib/regex_internal.c new_nexts = re_realloc (dfa->nexts, Idx, new_nodes_alloc); new_nexts 1403 maint/gnulib/lib/regex_internal.c if (__glibc_unlikely (new_nexts == NULL || new_indices == NULL new_nexts 1406 maint/gnulib/lib/regex_internal.c re_free (new_nexts); new_nexts 1412 maint/gnulib/lib/regex_internal.c dfa->nexts = new_nexts;