Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshtable.h39 struct shtable2 struct
57 extern const struct shtable2 shtab_variables[]; argument
58 extern const struct shtable2 shtab_aliases[];
59 extern const struct shtable2 shtab_signals[];
/illumos-gate/usr/src/contrib/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[] =
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dinit.c223 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()
H A Dfault.c229 register const struct shtable2 *tp = shtab_signals; in sh_siginit()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtrap.c381 register const struct shtable2 *tp; in sig_list()