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[];
32 const struct shtable2 shtab_aliases[] =
36 const struct shtable2 shtab_variables[] =
42 const struct shtable2 shtab_signals[] =
172 static Dt_t *inittree(Shell_t*,const struct shtable2*);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()1663 register const struct shtable2 *tp; in inittree()1675 else if(name_vals==(const struct shtable2*)shtab_builtins) in inittree()1692 if(name_vals==(const struct shtable2*)shtab_builtins) in inittree()
218 register const struct shtable2 *tp = shtab_signals; in sh_siginit()
356 register const struct shtable2 *tp; in sig_list()