Searched refs:bltin_tree (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dwhence.c187 root = (flags&F_FLAG)?shp->bltin_tree:shp->fun_tree;
255 if(*cp=='/' && (np=nv_search(cp,shp->bltin_tree,0)))
H A Denum.c281 mp = nv_search("typeset",shp->bltin_tree,0);
H A Dtypeset.c527 if((np=nv_search(name,shp->bltin_tree,0)) && nv_isattr(np,BLT_SPC))
980 print_scan(sfstdout, flag, tdata.sh->bltin_tree, 1, &tdata);
/osnet-11/usr/src/lib/libshell/common/include/
H A Dshell.h138 Dt_t *bltin_tree; /* for builtin commands */ member in struct:Shell_s
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c619 dtdelete(sh.bltin_tree,mp);
1162 if(name==path && bltin!=SYSTYPESET->nvalue.bfp && (nq=nv_bfsearch(name,sh.bltin_tree,(Namval_t**)0,&cp)))
1164 if(np = nv_search(path,sh.bltin_tree,0))
1171 dtdelete(sh.bltin_tree,np);
1177 else for(np=(Namval_t*)dtfirst(sh.bltin_tree);np;np=(Namval_t*)dtnext(sh.bltin_tree,np))
1189 dtdelete(sh.bltin_tree,np);
1196 if(!np && !(np = nv_search(path,sh.bltin_tree,bltin?NV_ADD:0)))
H A Dxec.c947 np = nv_bfsearch(com0, shp->bltin_tree, &nq, &cp);
999 dtdelete(shp->bltin_tree,np);
1012 Dt_t *root = command?shp->bltin_tree:shp->fun_tree;
1152 Namval_t *mp=nv_search(com0,shp->bltin_tree,0);
1160 np=nv_search(nv_getval(np),shp->bltin_tree,0);
2539 else if((mp=nv_search(fname,shp->bltin_tree,0)) && nv_isattr(mp,BLT_SPC))
H A Dinit.c1828 shp->bltin_tree = inittree(shp,(const struct shtable2*)shtab_builtins);
1830 dtview(shp->fun_tree,shp->bltin_tree);
2065 return(sh.bltin_tree);
H A Dpath.c784 if(*stakptr(PATH_OFFSET)=='/' && nv_search(stakptr(PATH_OFFSET),shp->bltin_tree,0))
860 np = nv_search(stakptr(n),shp->bltin_tree,0);
H A Dnvtype.c809 mp = nv_search("typeset",shp->bltin_tree,0);
1602 if(!nv_search(tp->nvname,shp->bltin_tree,0))
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h147 Dt_t *bltin_tree; /* for builtin commands */ member in struct:Shell_s
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h147 Dt_t *bltin_tree; /* for builtin commands */ member in struct:Shell_s
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h147 Dt_t *bltin_tree; /* for builtin commands */ member in struct:Shell_s
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h147 Dt_t *bltin_tree; /* for builtin commands */ member in struct:Shell_s

Completed in 61 milliseconds