Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dsubshell.c387 return(sh.alias_tree); in sh_subaliastree()
391 dtview(sp->salias,sh.alias_tree); in sh_subaliastree()
392 sh.alias_tree = sp->salias; in sh_subaliastree()
667 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.c1362 dtclose(shp->alias_tree); in sh_reinit()
1363 shp->alias_tree = inittree(shp,shtab_aliases); in sh_reinit()
1632 shp->alias_tree = inittree(shp,shtab_aliases); in nv_init()
H A Dlex.c1460 (np=nv_search(state,shp->alias_tree,HASH_SCOPE)) in sh_lex()
H A Dname.c1174 if(root==shp->alias_tree) in nv_open()
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshell.h134 Dt_t *alias_tree; /* for alias names */ member
/titanic_41/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h143 Dt_t *alias_tree; /* for alias names */ member
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dwhence.c167 if((np=nv_search(name,shp->alias_tree,0)) in whence()
H A Dtypeset.c142 troot = tdata.sh->alias_tree; in b_alias()
692 else if(troot==shp->alias_tree) in b_common()
932 return(b_unall(argc,argv,shp->alias_tree,shp)); in b_unalias()
950 if(troot==shp->alias_tree) in b_unall()
/titanic_41/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h143 Dt_t *alias_tree; /* for alias names */ member
/titanic_41/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h143 Dt_t *alias_tree; /* for alias names */ member
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h143 Dt_t *alias_tree; /* for alias names */ member
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dcompletion.c506 if (isalnum(i)&&(np=nv_search(ep->e_macro,sh.alias_tree,HASH_SCOPE))&&(out=nv_getval(np))) in ed_macro()