Searched defs:hnext (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/vi/misc/
H A Dmkstr.c233 struct hash *hnext; member in struct:hash
255 for (hp = bucket[i]; hp != 0; hp = hp->hnext)
267 hp->hnext = bucket[i];
H A Dxstr.c306 struct hash *hnext; member in struct:hash
319 while (hp->hnext) {
320 hp = hp->hnext;
329 hp->hnext = hp0->hnext;
331 hp0->hnext = hp;
343 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext)
352 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) {
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_hash.c201 _sd_hash_hd_t *hnext; local
208 for (hptr = bucket->hb_head; hptr; hptr = hnext) {
212 hnext = hptr->hh_next;
/illumos-gate/usr/src/cmd/xstr/
H A Dxstr.c307 struct hash *hnext; member in struct:hash
318 while (hp->hnext) {
319 hp = hp->hnext;
332 hp->hnext = hp0->hnext;
334 hp0->hnext = hp;
347 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext)
358 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) {
[all...]
/illumos-gate/usr/src/ucbcmd/mkstr/
H A Dmkstr.c266 struct hash *hnext; member in struct:hash
286 for (hp = bucket[i]; hp != 0; hp = hp->hnext)
295 hp->hnext = bucket[i];
/illumos-gate/usr/src/uts/common/sys/
H A Dbofi_impl.h75 struct bofi_shadow *hnext; /* next on hhash chain */ member in struct:bofi_shadow

Completed in 193 milliseconds