Home
last modified time | relevance | path

Searched refs:hp0 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/xstr/
H A Dxstr.c315 struct hash *hp, *hp0; in hashit() local
317 hp = hp0 = &bucket[lastchr(str) & 0177]; in hashit()
332 hp->hnext = hp0->hnext; in hashit()
334 hp0->hnext = hp; in hashit()
/titanic_41/usr/src/cmd/vi/misc/
H A Dxstr.c316 register struct hash *hp, *hp0; local
318 hp = hp0 = &bucket[lastchr(str) & 0177];
329 hp->hnext = hp0->hnext;
331 hp0->hnext = hp;