Searched refs:shtable2 (Results 1 – 7 of 7) sorted by relevance
39 struct shtable2 struct57 extern const struct shtable2 shtab_variables[]; argument58 extern const struct shtable2 shtab_aliases[];59 extern const struct shtable2 shtab_signals[];
30 const struct shtable2 shtab_aliases[] =
37 const struct shtable2 shtab_variables[] =
40 const struct shtable2 shtab_signals[] =
223 static Dt_t *inittree(Shell_t*,const struct shtable2*);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()1950 register const struct shtable2 *tp; in inittree()1962 else if(name_vals==(const struct shtable2*)shtab_builtins) in inittree()1979 if(name_vals==(const struct shtable2*)shtab_builtins) in inittree()
229 register const struct shtable2 *tp = shtab_signals; in sh_siginit()
381 register const struct shtable2 *tp; in sig_list()