Searched refs:dtfirst (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/cdt/
H A Ddtwalk.c43 for(obj = dtfirst(dt); obj; )
/macosx-10.9.5/ksh-20/ksh/src/lib/libcoshell/
H A Dcoinit.c70 for (ex = (Coexport_t*)dtfirst(co->export); ex; ex = (Coexport_t*)dtnext(co->export, ex))
224 for (ex = (Coexport_t*)dtfirst(co->export); ex; ex = (Coexport_t*)dtnext(co->export, ex))
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Denv.c103 for(vp=(Evar_t*)dtfirst(ep->dt);vp; vp=(Evar_t*)dtnext(ep->dt,vp))
235 for(vp=(Evar_t*)dtfirst(ep->dt);vp; vp=vpnext)
H A Dnvtree.c200 dp->hp = (Namval_t*)dtfirst(dp->root);
203 dp->hp = (Namval_t*)dtfirst(dp->root);
H A Dexpand.c225 np = (Namval_t*)dtfirst(tree);
H A Dnvdisc.c1173 else for(np=(Namval_t*)dtfirst(sh.bltin_tree);np;np=(Namval_t*)dtnext(sh.bltin_tree,np))
1240 return((Namval_t*)dtfirst(tp->dict));
1260 for(np=(Namval_t*)dtfirst(oroot);np;np=(Namval_t*)dtnext(oroot,np))
1278 for(mp=(Namval_t*)dtfirst(root);mp;mp=nq)
1304 for(np=(Namval_t*)dtfirst(root);np;np=(Namval_t*)dtnext(root,np))
H A Dsubshell.c408 for(np=(Namval_t*)dtfirst(root);np;np=nq)
H A Dnvtype.c1600 for(tp = (Namval_t*)dtfirst(dp); tp; tp = (Namval_t*)dtnext(dp,tp))
1614 for(tp = (Namval_t*)dtfirst(dp); tp; tp = (Namval_t*)dtnext(dp,tp))
H A Dname.c2299 for(np=(Namval_t*)dtfirst(root);np;np=npnext)
2388 for(mp=(Namval_t*)dtfirst(rp->sdict);mp;mp=nq)
2488 for(np=(Namval_t*)dtfirst(root);np;np=(Namval_t*)dtnext(root,np))
H A Dpath.c1700 for(rp=(struct Ufunction*)dtfirst(shp->fpathdict);rp;rp=rpnext)
H A Dxec.c811 for(np=(Namval_t*)dtfirst(shp->inpool);np;np=(Namval_t*)dtnext(shp->inpool,np))
2558 for(mp=(Namval_t*)dtfirst(rp->sdict);mp;mp=nq)
H A Darray.c1653 ap->pos = (Namval_t*)dtfirst(ap->header.table);
H A Dinit.c1520 for(np=dtfirst(shp->fun_tree);np;np=npnext)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dcdt.h293 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST) macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dfastfind.c1238 for (x = (Type_t*)dtfirst(fp->encode.indexdict); x; x = (Type_t*)dtnext(fp->encode.indexdict, x))

Completed in 144 milliseconds