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

/ast/src/cmd/ksh93/sh/
H A Dinit.c223 static Dt_t *inittree(Shell_t*,const struct shtable2*);
1617 shp->alias_tree = inittree(shp,shtab_aliases);
1816 shp->var_base = shp->var_tree = inittree(shp,shtab_variables);
1909 shp->alias_tree = inittree(shp,shtab_aliases);
1911 shp->bltin_tree = inittree(shp,(const struct shtable2*)shtab_builtins);
1934 static Dt_t *inittree(Shell_t *shp,const struct shtable2 *name_vals) function

Completed in 22 milliseconds