hash_remove 134 maint/gnulib/lib/fts-cycle.c found = hash_remove (fts->fts_cycle.ht, &obj); hash_remove 1077 maint/gnulib/lib/hash.c return hash_remove (table, entry); hash_remove 253 maint/gnulib/lib/hash.h extern void *hash_remove (Hash_table *table, const void *entry); hash_remove 135 maint/gnulib/tests/test-hash.c ASSERT (hash_remove (ht, "a")); hash_remove 136 maint/gnulib/tests/test-hash.c ASSERT (hash_remove (ht, "a") == NULL); hash_remove 137 maint/gnulib/tests/test-hash.c ASSERT (hash_remove (ht, "b")); hash_remove 138 maint/gnulib/tests/test-hash.c ASSERT (hash_remove (ht, "c")); hash_remove 249 maint/gnulib/tests/test-hash.c v = hash_remove (ht, p);