Searched refs:sh_printopts (Results 1 – 6 of 6) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | bash.c | 300 sh_printopts(newflags,verbose,&opt); in b_shopt()
|
H A D | args.c | 328 sh_printopts(newflags,verbose,0); in sh_argopts() 589 void sh_printopts(Shopt_t oflags,register int mode, Shopt_t *mask) in sh_printopts() function
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | bash.c | 300 sh_printopts(newflags,verbose,&opt); in b_shopt()
|
H A D | args.c | 337 sh_printopts(newflags,verbose,0); in sh_argopts() 598 void sh_printopts(Shopt_t oflags,register int mode, Shopt_t *mask) in sh_printopts() function
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 386 extern void sh_printopts(Shopt_t,int,Shopt_t*);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 427 extern void sh_printopts(Shopt_t,int,Shopt_t*); 484 /* sh_printopts() mode flags -- set --[no]option by default */
|