Searched refs:hp0 (Results 1 – 2 of 2) sorted by relevance
315 struct hash *hp, *hp0; in hashit() local317 hp = hp0 = &bucket[lastchr(str) & 0177]; in hashit()332 hp->hnext = hp0->hnext; in hashit()334 hp0->hnext = hp; in hashit()
316 register struct hash *hp, *hp0; local318 hp = hp0 = &bucket[lastchr(str) & 0177];329 hp->hnext = hp0->hnext;331 hp0->hnext = hp;