Searched refs:alias_tree (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | subshell.c | 387 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 D | expand.c | 123 extra += scantree(shp->alias_tree,pattern,arghead); in path_expand()
|
H A D | init.c | 1362 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 D | lex.c | 1460 (np=nv_search(state,shp->alias_tree,HASH_SCOPE)) in sh_lex()
|
H A D | name.c | 1174 if(root==shp->alias_tree) in nv_open()
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 134 Dt_t *alias_tree; /* for alias names */ member
|
/titanic_41/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 143 Dt_t *alias_tree; /* for alias names */ member
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | whence.c | 167 if((np=nv_search(name,shp->alias_tree,0)) in whence()
|
H A D | typeset.c | 142 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 D | shell.h | 143 Dt_t *alias_tree; /* for alias names */ member
|
/titanic_41/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 143 Dt_t *alias_tree; /* for alias names */ member
|
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 143 Dt_t *alias_tree; /* for alias names */ member
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | completion.c | 506 if (isalnum(i)&&(np=nv_search(ep->e_macro,sh.alias_tree,HASH_SCOPE))&&(out=nv_getval(np))) in ed_macro()
|