/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/ |
H A D | dtwalk.c | 46 next = dtnext(dt,obj);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | env.c | 103 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 D | subshell.c | 286 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 D | nvdisc.c | 1214 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 D | expand.c | 226 for(;np && !nv_isnull(np);(np = (Namval_t*)dtnext(tree,np))) in scantree()
|
H A D | nvtree.c | 192 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 D | name.c | 2352 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 D | init.c | 1035 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 D | path.c | 618 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 D | array.c | 1721 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 D | nvtype.c | 1636 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 D | xec.c | 859 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 D | cdt.h | 329 #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 D | fastfind.c | 1217 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 D | regcomp.c | 1643 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()
|