Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/include/
H A Dshtable.h55 extern const Shtable_t shtab_options[];
/titanic_50/usr/src/lib/libshell/common/data/
H A Doptions.c39 const Shtable_t shtab_options[] = variable
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dargs.c234 for(tp=shtab_options; o = tp->sh_number; tp++) in sh_argopts()
605 for(tp=shtab_options; value=tp->sh_number; tp++) in sh_printopts()
620 for(tp=shtab_options; value=tp->sh_number; tp++) in sh_printopts()
654 for(tp=shtab_options; value=tp->sh_number; tp++) in sh_printopts()
H A Dstring.c99 tp=shtab_options; in sh_lookopt()
168 tp = (Shtable_t*)((char*)tp+sizeof(*shtab_options)); in sh_lookopt()