Home
last modified time | relevance | path

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

/titanic_41/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); in sh_reinit()
1547 shp->var_base = shp->var_tree = inittree(shp,shtab_variables); in nv_init()
1632 shp->alias_tree = inittree(shp,shtab_aliases); in nv_init()
1634 shp->bltin_tree = inittree(shp,(const struct shtable2*)shtab_builtins); in nv_init()
1660 static Dt_t *inittree(Shell_t *shp,const struct shtable2 *name_vals) in inittree() function