Lines Matching defs:htable
632 } *htable;651 if (!htable)659 ohtable = htable;660 htable = ecalloc(htmask+1, sizeof(*htable));680 while (htable[h].data) {681 if ((htable[h].data->st.st_ino == entry->st.st_ino) &&682 (htable[h].data->st.st_dev == entry->st.st_dev)) {683 return htable[h].data;689 htable[h].data = entry;