Lines Matching defs:list
11 * copyright notice, this list of conditions and the *
15 * copyright notice, this list of conditions and the *
42 * notice, this list of conditions and the following disclaimer. *
44 * notice, this list of conditions and the following disclaimer in *
84 reg Dtlink_t *list, *t, **slot, **eslot;
102 /* get the list of elements */
103 list = dtflatten(dt);
138 while(list)
139 { t = list->right;
141 { reg char* key = (char*)OBJ(list,disc);
143 list->hash = HASH(dt,key,disc);
145 (void)(*searchf)(dt,(Void_t*)list,DT_RENEW);
146 list = t;