entryp 110 maint/gnulib/lib/gl_anytreehash_list1.h gl_hash_entry_t *entryp; entryp 112 maint/gnulib/lib/gl_anytreehash_list1.h for (entryp = &list->table[bucket]; *entryp != NULL; entryp = &(*entryp)->hash_next) entryp 114 maint/gnulib/lib/gl_anytreehash_list1.h gl_hash_entry_t entry = *entryp; entryp 161 maint/gnulib/lib/gl_anytreehash_list1.h *entryp = &multi_entry->h; entryp 197 maint/gnulib/lib/gl_anytreehash_list1.h gl_hash_entry_t *entryp; entryp 199 maint/gnulib/lib/gl_anytreehash_list1.h for (entryp = &list->table[bucket]; ; entryp = &(*entryp)->hash_next) entryp 201 maint/gnulib/lib/gl_anytreehash_list1.h gl_hash_entry_t entry = *entryp; entryp 206 maint/gnulib/lib/gl_anytreehash_list1.h *entryp = old_node->h.hash_next; entryp 231 maint/gnulib/lib/gl_anytreehash_list1.h *entryp = &node->h; entryp 243 maint/gnulib/lib/gl_anytreehash_list1.h gl_hash_entry_t *entryp; entryp 245 maint/gnulib/lib/gl_anytreehash_list1.h for (entryp = &list->table[bucket]; ; entryp = &(*entryp)->hash_next) entryp 247 maint/gnulib/lib/gl_anytreehash_list1.h if (*entryp == &old_node->h) entryp 249 maint/gnulib/lib/gl_anytreehash_list1.h *entryp = old_node->h.hash_next; entryp 252 maint/gnulib/lib/gl_anytreehash_list1.h if (*entryp == NULL)