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

/ast/src/cmd/ksh93/include/
H A Dshtable.h39 struct shtable2 struct
57 extern const struct shtable2 shtab_variables[];
58 extern const struct shtable2 shtab_aliases[];
59 extern const struct shtable2 shtab_signals[];
/ast/src/cmd/ksh93/data/
H A Daliases.c30 const struct shtable2 shtab_aliases[] =
H A Dvariables.c37 const struct shtable2 shtab_variables[] =
H A Dsignals.c40 const struct shtable2 shtab_signals[] =
/ast/src/cmd/ksh93/sh/
H A Dinit.c223 static Dt_t *inittree(Shell_t*,const struct shtable2*);
1911 shp->bltin_tree = inittree(shp,(const struct shtable2*)shtab_builtins);
1934 static Dt_t *inittree(Shell_t *shp,const struct shtable2 *name_vals)
1937 register const struct shtable2 *tp;
1949 else if(name_vals==(const struct shtable2*)shtab_builtins)
1966 if(name_vals==(const struct shtable2*)shtab_builtins)
H A Dfault.c229 register const struct shtable2 *tp = shtab_signals;
/ast/src/cmd/ksh93/bltins/
H A Dtrap.c362 register const struct shtable2 *tp;

Completed in 15 milliseconds