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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dinit.c172 static Dt_t *inittree(Shell_t*,const struct shtable2*);
1363 shp->alias_tree = inittree(shp,shtab_aliases);
1547 shp->var_base = shp->var_tree = inittree(shp,shtab_variables);
1632 shp->alias_tree = inittree(shp,shtab_aliases);
1634 shp->bltin_tree = inittree(shp,(const struct shtable2*)shtab_builtins);
1660 static Dt_t *inittree(Shell_t *shp,const struct shtable2 *name_vals) function

Completed in 74 milliseconds