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

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Dshell.h137 Dt_t *alias_tree; /* for alias names */ member in struct:Shell_s
/macosx-10.9.5/ksh-20/ksh/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;
805 else if(troot==shp->alias_tree)
1065 return(b_unall(argc,argv,shp->alias_tree,shp));
1083 if(troot==shp->alias_tree)
1186 else if(troot==shp->alias_tree)
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dsubshell.c376 return(sh.alias_tree);
380 dtview(sp->salias,sp->shp->alias_tree);
381 sp->shp->alias_tree = sp->salias;
664 shp->alias_tree = dtview(sp->salias,0);
H A Dexpand.c123 extra += scantree(shp->alias_tree,pattern,arghead);
H A Dinit.c1533 dtclose(shp->alias_tree);
1534 shp->alias_tree = inittree(shp,shtab_aliases);
1822 shp->alias_tree = inittree(shp,shtab_aliases);
H A Dname.c1306 if(root==shp->alias_tree)

Completed in 145 milliseconds