Lines Matching defs:htable
769 } *htable;788 if (!htable)796 ohtable = htable;797 htable = ecalloc(htmask+1, sizeof(*htable));816 while (htable[h].data) {817 if ((htable[h].data->st.st_ino == entry->st.st_ino) &&818 (htable[h].data->st.st_dev == entry->st.st_dev)) {819 return htable[h].data;825 htable[h].data = entry;