Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtwalk.c46 next = dtnext(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()
237 vpnext = (Evar_t*)dtnext(ep->dt,vp); in env_close()
H A Dsubshell.c286 mpnext = dtnext(root,&fake); in sh_assignok()
291 mpnext = dtnext(root,mp); in sh_assignok()
426 nq = (Namval_t*)dtnext(root,np); in table_unset()
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()
1280 return((Namval_t*)dtnext(root,np)); in next_table()
1302 for(np=(Namval_t*)dtfirst(oroot);np;np=(Namval_t*)dtnext(oroot,np)) in clone_table()
1347 nq = (Namval_t*)dtnext(root,mp); in put_table()
1370 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.c192 dp->hp = (Namval_t*)dtnext(dp->root,dp->hp); in nv_diropen()
231 dp->hp = (Namval_t*)dtnext(dp->root,dp->hp); in nv_diropen()
271 return((Namval_t*)dtnext(dp->root,dp->hp)); in nextnode()
H A Dname.c2352 for(np=(Namval_t*)dtfirst(root);np; np=(Namval_t*)dtnext(root,np)) in nv_scan()
2476 npnext = (Namval_t*)dtnext(root,np); in table_unset()
2481 npnext = (Namval_t*)dtnext(root,nq); in table_unset()
2485 npnext = (Namval_t*)dtnext(root,np); in table_unset()
2541 while(rq = (struct Ufunction*)dtnext(shp->fpathdict,rq)); in _nv_unset()
2548 nq = dtnext(rp->sdict,mp); in _nv_unset()
2650 for(np=(Namval_t*)dtfirst(root);np;np=(Namval_t*)dtnext(root,np)) in tableval()
H A Dinit.c1035 while(mp=(Namval_t*)dtnext(shp->fun_tree,mp)) in get_math()
1060 return((char*)dtnext(shp->fun_tree,mp)); in setdisc_any()
1072 return(mp?(char*)dtnext(shp->fun_tree,mp):0); in setdisc_any()
1617 npnext = (Namval_t*)dtnext(shp->fun_tree,np); in sh_reinit()
H A Dpath.c618 while((rp=dtnext(shp->fpathdict,rp)) && strcmp(pname,rp->fname)==0); in funload()
1720 rpnext = (struct Ufunction*)dtnext(shp->fpathdict,rp); in path_unsetfpath()
H A Darray.c1721 ap->nextpos = (Namval_t*)dtnext(ap->header.table,ap->pos); in nv_associative()
1789 ap->nextpos = (Namval_t*)dtnext(ap->header.table,mp); in nv_associative()
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 Dxec.c859 for(np=(Namval_t*)dtfirst(shp->inpool);np;np=(Namval_t*)dtnext(shp->inpool,np)) in sh_coexec()
2770 nq = dtnext(rp->sdict,mp); in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h329 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) 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()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcomp.c1643 if (!(cc = (Cchr_t*)dtnext(dt, cc))) in bra()
1652 if (!strcasecmp((char*)xc->nam, (char*)cc->nam) && (tc = (Cchr_t*)dtnext(dt, cc))) in bra()