Lines Matching defs:Dssdisc
44 static Dssdisc_t Dssdisc;
890 if((*tp->type->internalf)(tp->cx, tp->type, NiL, NiL, &cop, val, size, Vmregion, &Dssdisc) <0)
956 n = (*tp->type->externalf)(tp->cx, tp->type, format, NiL, &cval, buf, buflen, &Dssdisc);
1157 Dssdisc.errorf = (Error_f)errorf;
1176 if(meth = dssmeth(name,&Dssdisc))
1178 if(!(dss = dssopen(0, 0,&Dssdisc,meth)))
1185 Dssstate_t *state = dssstate(&Dssdisc);
1189 cx = cxopen(0,0,&Dssdisc);
1239 dp->disc = &Dssdisc;
1480 (*mp->freef)(tp->cx, comp, &Dssdisc);
1528 comp = (*mp->compf)(tp->cx, tp->type, tptr, valp, &Dssdisc);
1537 n = (*mp->execf)(tp->cx, comp, tptr, valp, &Dssdisc);
1539 (*mp->freef)(tp->cx, comp, &Dssdisc);
1553 state = dssinit(&Dssdisc,errorf);
1561 sh_addbuiltin(tmp, loadlib, &Dssdisc);
1563 sh_addbuiltin(tmp, listdss, &Dssdisc);
1573 for (lib = dsslib(NiL, DSS_VERBOSE, &Dssdisc); lib; lib = (Dsslib_t*)dtnext(state->cx->libraries, lib))