Searched refs:dtfirst (Results 1 - 18 of 18) sorted by relevance
/osnet-11/usr/src/lib/libast/common/cdt/ |
H A D | dtwalk.c | 43 for(obj = dtfirst(dt); obj; )
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | env.c | 103 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 D | nvtree.c | 203 dp->hp = (Namval_t*)dtfirst(dp->root); 206 dp->hp = (Namval_t*)dtfirst(dp->root);
|
H A D | expand.c | 225 np = (Namval_t*)dtfirst(tree);
|
H A D | nvdisc.c | 1177 else for(np=(Namval_t*)dtfirst(sh.bltin_tree);np;np=(Namval_t*)dtnext(sh.bltin_tree,np)) 1244 return((Namval_t*)dtfirst(tp->dict)); 1264 for(np=(Namval_t*)dtfirst(oroot);np;np=(Namval_t*)dtnext(oroot,np)) 1282 for(mp=(Namval_t*)dtfirst(root);mp;mp=nq) 1308 for(np=(Namval_t*)dtfirst(root);np;np=(Namval_t*)dtnext(root,np))
|
H A D | subshell.c | 410 for(np=(Namval_t*)dtfirst(root);np;np=nq)
|
H A D | nvtype.c | 1600 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 D | name.c | 2299 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 D | path.c | 1705 for(rp=(struct Ufunction*)dtfirst(shp->fpathdict);rp;rp=rpnext)
|
H A D | xec.c | 820 for(np=(Namval_t*)dtfirst(shp->inpool);np;np=(Namval_t*)dtnext(shp->inpool,np)) 2569 for(mp=(Namval_t*)dtfirst(rp->sdict);mp;mp=nq)
|
H A D | array.c | 1653 ap->pos = (Namval_t*)dtfirst(ap->header.table);
|
H A D | init.c | 1524 for(np=dtfirst(shp->fun_tree);np;np=npnext)
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | cdt.h | 293 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST) macro
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | cdt.h | 293 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST) macro
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | cdt.h | 293 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST) macro
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | cdt.h | 293 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST) macro
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | cdt.h | 293 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST) macro
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | fastfind.c | 1238 for (x = (Type_t*)dtfirst(fp->encode.indexdict); x; x = (Type_t*)dtnext(fp->encode.indexdict, x))
|
Completed in 66 milliseconds