Home
last modified time | relevance | path

Searched refs:shtab_options (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshtable.h55 extern const Shtable_t shtab_options[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Doptions.c39 const Shtable_t shtab_options[] = variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c237 for(tp=shtab_options; o = tp->sh_number; tp++) in sh_argopts()
614 for(tp=shtab_options; value=tp->sh_number; tp++) in sh_printopts()
629 for(tp=shtab_options; value=tp->sh_number; tp++) in sh_printopts()
663 for(tp=shtab_options; value=tp->sh_number; tp++) in sh_printopts()
H A Dstring.c95 tp=shtab_options; in sh_lookopt()
164 tp = (Shtable_t*)((char*)tp+sizeof(*shtab_options)); in sh_lookopt()