free_entry_list    76 maint/gnulib/lib/hash.c     struct hash_entry *free_entry_list;
free_entry_list   555 maint/gnulib/lib/hash.c   table->free_entry_list = NULL;
free_entry_list   588 maint/gnulib/lib/hash.c               cursor->next = table->free_entry_list;
free_entry_list   589 maint/gnulib/lib/hash.c               table->free_entry_list = cursor;
free_entry_list   641 maint/gnulib/lib/hash.c   for (cursor = table->free_entry_list; cursor; cursor = next)
free_entry_list   664 maint/gnulib/lib/hash.c   if (table->free_entry_list)
free_entry_list   666 maint/gnulib/lib/hash.c       new = table->free_entry_list;
free_entry_list   667 maint/gnulib/lib/hash.c       table->free_entry_list = new->next;
free_entry_list   688 maint/gnulib/lib/hash.c   entry->next = table->free_entry_list;
free_entry_list   689 maint/gnulib/lib/hash.c   table->free_entry_list = entry;
free_entry_list   885 maint/gnulib/lib/hash.c   new_table->free_entry_list = table->free_entry_list;
free_entry_list   895 maint/gnulib/lib/hash.c       table->free_entry_list = new_table->free_entry_list;
free_entry_list   913 maint/gnulib/lib/hash.c   table->free_entry_list = new_table->free_entry_list;
free_entry_list  1056 maint/gnulib/lib/hash.c                   struct hash_entry *cursor = table->free_entry_list;
free_entry_list  1064 maint/gnulib/lib/hash.c                   table->free_entry_list = NULL;