Searched refs:nslot (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/mailx/port/
H A Ddthash.c88 reg int s, nslot; local
92 if((nslot = dt->data->ntab) == 0)
93 nslot = HSLOT;
94 while(s > HLOAD(nslot))
95 nslot = HRESIZE(nslot);
99 (dt,NIL(Void_t*),nslot*sizeof(Dtlink_t*),dt->disc);
102 for(eslot = slot+nslot-1; eslot >= slot; --eslot)
109 { chain = slot + HINDEX(nslot,t->hash);
120 dt->data->ntab = nslot;
[all...]

Completed in 13 milliseconds