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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dsubshell.c69 Dt_t *salias;/* alias scope for subshell */ member in struct:subshell
379 if(!sp->salias && create)
381 sp->salias = dtopen(&_Nvdisc,Dtoset);
382 dtview(sp->salias,sp->shp->alias_tree);
383 sp->shp->alias_tree = sp->salias;
385 return(sp->salias);
665 if(sp->salias)
667 shp->alias_tree = dtview(sp->salias,0);
668 table_unset(sp->salias,0);
669 dtclose(sp->salias);
[all...]

Completed in 25 milliseconds