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 *
82 reg Dtlink_t *t, *last, *list, **slot, **eslot;
87 list = dt->data->here;
88 else if(dt->data->type&DT_HASH) /* make a big list of everything */
89 { list = last = NIL(Dtlink_t*);
97 else list = last = t;
103 { list = dt->data->head;
110 return list;