Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dinit.c223 static Dt_t *inittree(Shell_t*,const struct shtable2*);
1627 shp->alias_tree = inittree(shp,shtab_aliases); in sh_reinit()
1829 shp->var_base = shp->var_tree = inittree(shp,shtab_variables); in nv_init()
1922 shp->alias_tree = inittree(shp,shtab_aliases); in nv_init()
1924 shp->bltin_tree = inittree(shp,(const struct shtable2*)shtab_builtins); in nv_init()
1947 static Dt_t *inittree(Shell_t *shp,const struct shtable2 *name_vals) in inittree() function