Home | History | Annotate | Download | only in makefs

Lines Matching defs:htable

767 	} *htable;
786 if (!htable)
794 ohtable = htable;
795 htable = ecalloc(htmask+1, sizeof(*htable));
814 while (htable[h].data) {
815 if ((htable[h].data->st.st_ino == entry->st.st_ino) &&
816 (htable[h].data->st.st_dev == entry->st.st_dev)) {
817 return htable[h].data;
823 htable[h].data = entry;