Home
last modified time | relevance | path

Searched refs:dtnext (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/lib/libast/common/cdt/
H A Ddtwalk.c46 next = dtnext(dt,obj);
H A Ddttree.c96 for(o = dtsearch(dt,obj); o; o = dtnext(dt,o) )
/titanic_41/usr/src/lib/libshell/common/sh/
H A Denv.c103 for(vp=(Evar_t*)dtfirst(ep->dt);vp; vp=(Evar_t*)dtnext(ep->dt,vp)) in env_get()
237 vpnext = (Evar_t*)dtnext(ep->dt,vp); in env_close()
H A Dsubshell.c293 mpnext = dtnext(root,&fake); in sh_assignok()
298 mpnext = dtnext(root,mp); in sh_assignok()
421 nq = (Namval_t*)dtnext(root,np); in table_unset()
H A Dnvdisc.c1153 else for(np=(Namval_t*)dtfirst(sh.bltin_tree);np;np=(Namval_t*)dtnext(sh.bltin_tree,np)) in sh_addbuiltin()
1218 return((Namval_t*)dtnext(root,np)); in next_table()
1240 for(np=(Namval_t*)dtfirst(oroot);np;np=(Namval_t*)dtnext(oroot,np)) in clone_table()
1261 nq = (Namval_t*)dtnext(root,mp); in put_table()
1283 for(np=(Namval_t*)dtfirst(root);np;np=(Namval_t*)dtnext(root,np)) in get_table()
H A Dexpand.c226 for(;np && !nv_isnull(np);(np = (Namval_t*)dtnext(tree,np))) in scantree()
H A Dnvtree.c190 dp->hp = (Namval_t*)dtnext(dp->root,dp->hp); in nv_diropen()
229 dp->hp = (Namval_t*)dtnext(dp->root,dp->hp); in nv_diropen()
269 return((Namval_t*)dtnext(dp->root,dp->hp)); in nextnode()
H A Dname.c2154 npnext = (Namval_t*)dtnext(root,np); in table_unset()
2163 npnext = (Namval_t*)dtnext(root,nq); in table_unset()
2215 while(rq = (struct Ufunction*)dtnext(shp->fpathdict,rq)); in _nv_unset()
2222 nq = dtnext(rp->sdict,mp); in _nv_unset()
2311 for(np=(Namval_t*)dtfirst(root);np;np=(Namval_t*)dtnext(root,np)) in tableval()
H A Darray.c1237 ap->nextpos = (Namval_t*)dtnext(ap->header.table,ap->pos); in nv_associative()
1305 ap->nextpos = (Namval_t*)dtnext(ap->header.table,mp); in nv_associative()
H A Dpath.c650 while((rp=dtnext(shp->fpathdict,rp)) && strcmp(pname,rp->fname)==0); in funload()
1700 rpnext = (struct Ufunction*)dtnext(shp->fpathdict,rp); in path_unsetfpath()
H A Dinit.c1353 npnext = (Namval_t*)dtnext(shp->fun_tree,np); in sh_reinit()
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h294 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) macro
/titanic_41/usr/src/lib/libast/common/include/
H A Dcdt.h294 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h294 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h294 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h294 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) macro
/titanic_41/usr/src/lib/libast/common/misc/
H A Dfastfind.c1238 for (x = (Type_t*)dtfirst(fp->encode.indexdict); x; x = (Type_t*)dtnext(fp->encode.indexdict, x)) in findsync()
/titanic_41/usr/src/lib/libast/common/regex/
H A Dregcomp.c1629 if (!(cc = (Cchr_t*)dtnext(dt, cc))) in bra()
1631 if (!strcasecmp((char*)xc->nam, (char*)cc->nam) && (tc = (Cchr_t*)dtnext(dt, cc))) in bra()