new_eclosures    1384 maint/gnulib/lib/regex_internal.c       re_node_set *new_edests, *new_eclosures;
new_eclosures    1402 maint/gnulib/lib/regex_internal.c       new_eclosures = re_realloc (dfa->eclosures, re_node_set, new_nodes_alloc);
new_eclosures    1404 maint/gnulib/lib/regex_internal.c 			    || new_edests == NULL || new_eclosures == NULL))
new_eclosures    1409 maint/gnulib/lib/regex_internal.c 	   re_free (new_eclosures);
new_eclosures    1415 maint/gnulib/lib/regex_internal.c       dfa->eclosures = new_eclosures;