Searched refs:alias_tree (Results 1 - 10 of 10) sorted by relevance

/ast/src/cmd/tksh/
H A Duinit.c35 if(np = nv_open("source",shp->alias_tree,NV_NOADD))
/ast/src/cmd/ksh93/include/
H A Dshell.h140 Dt_t *alias_tree; /* for alias names */ member in struct:Shell_s
/ast/src/cmd/ksh93/bltins/
H A Dwhence.c167 if((np=nv_search(name,shp->alias_tree,0))
H A Dtypeset.c145 troot = tdata.sh->alias_tree;
865 else if(troot==shp->alias_tree)
1145 return(unall(argc,argv,shp->alias_tree,shp));
1163 if(troot==shp->alias_tree)
1266 else if(troot==shp->alias_tree)
/ast/src/cmd/ksh93/edit/
H A Dcompletion.c524 if (isalnum(i)&&(np=nv_search(ep->e_macro,ep->sh->alias_tree,HASH_SCOPE))&&(out=nv_getval(np)))
/ast/src/cmd/ksh93/sh/
H A Dsubshell.c386 return(sh.alias_tree);
390 dtview(sp->salias,sp->shp->alias_tree);
391 sp->shp->alias_tree = sp->salias;
715 shp->alias_tree = dtview(sp->salias,0);
H A Dexpand.c123 extra += scantree(shp->alias_tree,pattern,arghead);
H A Dinit.c1616 dtclose(shp->alias_tree);
1617 shp->alias_tree = inittree(shp,shtab_aliases);
1909 shp->alias_tree = inittree(shp,shtab_aliases);
H A Dname.c1388 if(root==shp->alias_tree)
/ast/src/cmd/ie/
H A Dedit.c675 if (isalnum(i)&&(np=nam_search(macro,sh.alias_tree,N_NOSCOPE))&&(out=nam_strval(np)))

Completed in 48 milliseconds