new_eclosures    1418 maint/gnulib/lib/regex_internal.c       re_node_set *new_edests, *new_eclosures;
new_eclosures    1436 maint/gnulib/lib/regex_internal.c       new_eclosures = re_realloc (dfa->eclosures, re_node_set, new_nodes_alloc);
new_eclosures    1438 maint/gnulib/lib/regex_internal.c 			    || new_edests == NULL || new_eclosures == NULL))
new_eclosures    1443 maint/gnulib/lib/regex_internal.c 	   re_free (new_eclosures);
new_eclosures    1449 maint/gnulib/lib/regex_internal.c       dfa->eclosures = new_eclosures;