Lines Matching defs:hnext
35 struct bufnode *hnext, *hprev;
104 for (bn = thisfile->hashtbl[h].hnext; \
105 bn != END_OF_HCHAIN(h); bn = bn->hnext)
108 (bn)->hnext->hprev = (bn)->hprev; \
109 (bn)->hprev->hnext = (bn)->hnext;
112 (bn)->hnext = thisfile->hashtbl[h].hnext; \
114 thisfile->hashtbl[h].hnext->hprev = (bn); \
115 thisfile->hashtbl[h].hnext = (bn);
761 thisfile->hashtbl[h].hnext = END_OF_HCHAIN(h);