Lines Matching defs:ids
57 Dt_t* ids;
65 Dt_t* ids;
160 for (ip = (Id_t*)dtfirst(dp->ids); ip; ip = (Id_t*)dtnext(dp->ids, ip))
331 if (!(def.ids = dtopen(&iddisc, Dtoset)) || !(def.sqs = dtopen(&sqdisc, Dtoset)))
384 if (!(ip = (Id_t*)dtmatch(def.ids, &rp->id)))
403 dtinsert(def.ids, ip);
454 for (ip = (Id_t*)dtfirst(def.ids); ip; ip = (Id_t*)dtnext(def.ids, ip))
468 if (def.ids)
469 dtclose(def.ids);
496 Dt_t* ids;
508 if (!(ids = dtopen(&iddisc, Dtoset)))
558 if (!(ip = (Id_t*)dtmatch(ids, id)))
566 dtinsert(ids, ip);
677 if (ids)
678 dtclose(ids);
719 Dt_t* ids;
739 if (!(ids = dtopen(&iddisc, Dtoset)))
755 if (!(ip = (Id_t*)dtmatch(ids, &rp->id)))
776 dtinsert(ids, ip);
803 for (ip = (Id_t*)dtfirst(ids); ip; ip = (Id_t*)dtnext(ids, ip))
807 for (ip = (Id_t*)dtfirst(ids); ip; ip = (Id_t*)dtnext(ids, ip))
821 if (ids)
822 dtclose(ids);