Home
last modified time | relevance | path

Searched refs:dtfirst (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtwalk.c43 for(obj = dtfirst(dt); obj; )
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Denv.c103 for(vp=(Evar_t*)dtfirst(ep->dt);vp; vp=(Evar_t*)dtnext(ep->dt,vp)) in env_get()
235 for(vp=(Evar_t*)dtfirst(ep->dt);vp; vp=vpnext) in env_close()
H A Dnvdisc.c1214 else for(np=(Namval_t*)dtfirst(sh.bltin_tree);np;np=(Namval_t*)dtnext(sh.bltin_tree,np)) in sh_addbuiltin()
1282 return((Namval_t*)dtfirst(tp->dict)); in next_table()
1302 for(np=(Namval_t*)dtfirst(oroot);np;np=(Namval_t*)dtnext(oroot,np)) in clone_table()
1344 for(mp=(Namval_t*)dtfirst(root);mp;mp=nq) in put_table()
1370 for(np=(Namval_t*)dtfirst(root);np;np=(Namval_t*)dtnext(root,np)) in get_table()
H A Dexpand.c225 np = (Namval_t*)dtfirst(tree); in scantree()
H A Dnvtree.c200 dp->hp = (Namval_t*)dtfirst(dp->root); in nv_diropen()
203 dp->hp = (Namval_t*)dtfirst(dp->root); in nv_diropen()
H A Dsubshell.c424 for(np=(Namval_t*)dtfirst(root);np;np=nq) in table_unset()
H A Dname.c2352 for(np=(Namval_t*)dtfirst(root);np; np=(Namval_t*)dtnext(root,np)) in nv_scan()
2448 for(np=(Namval_t*)dtfirst(root);np;np=npnext) in table_unset()
2546 for(mp=(Namval_t*)dtfirst(rp->sdict);mp;mp=nq) in _nv_unset()
2650 for(np=(Namval_t*)dtfirst(root);np;np=(Namval_t*)dtnext(root,np)) in tableval()
H A Dnvtype.c1636 for(tp = (Namval_t*)dtfirst(dp); tp; tp = (Namval_t*)dtnext(dp,tp)) in sh_outtype()
1642 for(tp = (Namval_t*)dtfirst(dp); tp; tp = (Namval_t*)dtnext(dp,tp)) in sh_outtype()
H A Dpath.c1718 for(rp=(struct Ufunction*)dtfirst(shp->fpathdict);rp;rp=rpnext) in path_unsetfpath()
H A Darray.c1715 ap->pos = (Namval_t*)dtfirst(ap->header.table); in nv_associative()
H A Dxec.c859 for(np=(Namval_t*)dtfirst(shp->inpool);np;np=(Namval_t*)dtnext(shp->inpool,np)) in sh_coexec()
2767 for(mp=(Namval_t*)dtfirst(rp->sdict);mp;mp=nq) in sh_exec()
H A Dinit.c1613 for(np=dtfirst(shp->fun_tree);np;np=npnext) in sh_reinit()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h328 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfastfind.c1217 for (x = (Type_t*)dtfirst(fp->encode.indexdict); x; x = (Type_t*)dtnext(fp->encode.indexdict, x)) in findsync()