Lines Matching refs:link
27 LINK(struct elt) link;
101 nelt = NEXT(elt, link);
147 for (e = HEAD((s)->table[b]); e != NULL; e = NEXT(e, link)) { \
153 for (e = HEAD((s)->table[b]); e != NULL; e = NEXT(e, link)) { \
205 nelt = NEXT(elt, link);
207 UNLINK(symtab->table[i], elt, link);
209 APPEND(newtable[hv % newsize], elt, link);
238 UNLINK(symtab->table[bucket], elt, link);
247 ISC_LINK_INIT(elt, link);
265 PREPEND(symtab->table[bucket], elt, link);
289 UNLINK(symtab->table[bucket], elt, link);