Searched refs:fun_tree (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/include/
H A Dshell.h136 Dt_t *fun_tree; /* for shell functions */ member in struct:Shell_s
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dsubshell.c396 return(sh.fun_tree);
400 dtview(sp->sfun,sp->shp->fun_tree);
401 sp->shp->fun_tree = sp->sfun;
403 return(sp->shp->fun_tree);
673 shp->fun_tree = dtview(sp->sfun,0);
H A Dinit.c949 mp = (Namval_t*)dtprev(shp->fun_tree,&fake);
950 while(mp=(Namval_t*)dtnext(shp->fun_tree,mp))
974 mp = (Namval_t*)dtprev(shp->fun_tree,&fake);
975 return((char*)dtnext(shp->fun_tree,mp));
984 mp = nv_search(name, shp->fun_tree, action?NV_ADD:0);
987 return(mp?(char*)dtnext(shp->fun_tree,mp):0);
1524 for(np=dtfirst(shp->fun_tree);np;np=npnext)
1526 if((dp=shp->fun_tree)->walk)
1528 npnext = (Namval_t*)dtnext(shp->fun_tree,np);
1829 shp->fun_tree
[all...]
H A Dexpand.c124 extra += scantree(shp->fun_tree,pattern,arghead);
H A Dtrestore.c286 com->comnamp = (void*)nv_search(cmdname,shp->fun_tree,0);
H A Dxec.c809 nv_scan(shp->fun_tree, print_fun, (void*)0,0, 0);
992 np = dtsearch(shp->fun_tree,np);
1012 Dt_t *root = command?shp->bltin_tree:shp->fun_tree;
1149 np=nv_search(com0,shp->fun_tree,0);
1367 np = nv_search(com0,shp->fun_tree,HASH_NOSCOPE);
2603 np->nvalue.rp->fdict = shp->fun_tree;
2789 t->comnamp = (void*)nv_bfsearch(argv[0],shp->fun_tree,(Namval_t**)&t->comnamq,(char**)0);
3492 nv_scan(shp->fun_tree, print_fun, (void*)0,0, 0);
3607 if(!np && path && !nv_search(path,shp->fun_tree,0))
H A Darith.c250 if(np=nv_search(stkptr(shp->stk,off),shp->fun_tree,0))
H A Dnvtype.c725 if((nq = nv_search(stakptr(offset),sh.fun_tree,0)) && nq->nvalue.cp)
824 if((bp=nv_search(name,shp->fun_tree,NV_NOSCOPE)) && !bp->nvalue.ip)
825 nv_delete(bp,shp->fun_tree,0);
H A Dpath.c655 np = nv_search(name,shp->fun_tree,0);
722 if(!pp && (np=nv_search(name,shp->fun_tree,0))&&np->nvalue.ip)
H A Dname.c1269 if(root==shp->fun_tree)
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h145 Dt_t *fun_tree; /* for shell functions */ member in struct:Shell_s
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dgetopts.c40 if(nv_search(s,shp->fun_tree,0))
H A Dwhence.c187 root = (flags&F_FLAG)?shp->bltin_tree:shp->fun_tree;
H A Dtypeset.c312 troot = tdata.sh->fun_tree;
380 if(troot==tdata.sh->fun_tree && ((isfloat || flag&~(NV_FUNCT|NV_TAGGED|NV_EXPORT|NV_LTOU))))
382 if(sflag && troot==tdata.sh->fun_tree)
517 if(troot == shp->fun_tree)
780 if(troot==shp->fun_tree)
H A Dmisc.c238 np = nv_search(script,shp->fun_tree,0);
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h145 Dt_t *fun_tree; /* for shell functions */ member in struct:Shell_s
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h145 Dt_t *fun_tree; /* for shell functions */ member in struct:Shell_s
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h145 Dt_t *fun_tree; /* for shell functions */ member in struct:Shell_s

Completed in 72 milliseconds