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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dinit.c217 static Dt_t *inittree(Shell_t*,const struct shtable2*);
1538 shp->alias_tree = inittree(shp,shtab_aliases);
1733 shp->var_base = shp->var_tree = inittree(shp,shtab_variables);
1826 shp->alias_tree = inittree(shp,shtab_aliases);
1828 shp->bltin_tree = inittree(shp,(const struct shtable2*)shtab_builtins);
1850 static Dt_t *inittree(Shell_t *shp,const struct shtable2 *name_vals) function

Completed in 31 milliseconds