Home
last modified time | relevance | path

Searched refs:alias_tree (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dsubshell.c392 return(sh.alias_tree); in sh_subaliastree()
396 dtview(sp->salias,sp->shp->alias_tree); in sh_subaliastree()
397 sp->shp->alias_tree = sp->salias; in sh_subaliastree()
720 shp->alias_tree = dtview(sp->salias,0); in sh_subshell()
H A Dexpand.c123 extra += scantree(shp->alias_tree,pattern,arghead); in path_expand()
H A Dinit.c1626 dtclose(shp->alias_tree); in sh_reinit()
1627 shp->alias_tree = inittree(shp,shtab_aliases); in sh_reinit()
1922 shp->alias_tree = inittree(shp,shtab_aliases); in nv_init()
H A Dlex.c1569 (np=nv_search(state,shp->alias_tree,HASH_SCOPE)) in sh_lex()
H A Dname.c1403 if(root==shp->alias_tree) in nv_open()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h140 Dt_t *alias_tree; /* for alias names */ member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c145 troot = tdata.sh->alias_tree; in b_alias()
866 else if(troot==shp->alias_tree) in setall()
1146 return(unall(argc,argv,shp->alias_tree,shp)); in b_unalias()
1164 if(troot==shp->alias_tree) in unall()
1268 else if(troot==shp->alias_tree) in unall()
H A Dwhence.c167 if((np=nv_search(name,shp->alias_tree,0)) in whence()
/illumos-gate/usr/src/contrib/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))) in ed_macro()