Searched refs:Shopt_t (Results 1 – 20 of 20) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 234 Shopt_t offoptions; \ 235 Shopt_t glob_options; \ 357 extern void sh_applyopts(Shell_t*,Shopt_t); 386 extern void sh_printopts(Shopt_t,int,Shopt_t*);
|
H A D | shell.h | 48 Shopt_t; typedef 131 Shopt_t options; /* set -o options */
|
H A D | regress.h | 36 Shopt_t options;
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 264 Shopt_t offoptions; \ 265 Shopt_t glob_options; \ 393 extern void sh_applyopts(Shell_t*,Shopt_t); 427 extern void sh_printopts(Shopt_t,int,Shopt_t*);
|
H A D | shell.h | 48 Shopt_t; typedef 137 Shopt_t options; /* set -o options */
|
H A D | regress.h | 36 Shopt_t options;
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 57 Shopt_t; typedef 140 Shopt_t options; /* set -o options */
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 57 Shopt_t; typedef 140 Shopt_t options; /* set -o options */
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 57 Shopt_t; typedef 140 Shopt_t options; /* set -o options */
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 57 Shopt_t; typedef 140 Shopt_t options; /* set -o options */
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | args.c | 144 Shopt_t newflags; in sh_argopts() 385 void sh_applyopts(Shell_t* shp,Shopt_t newflags) in sh_applyopts() 589 void sh_printopts(Shopt_t oflags,register int mode, Shopt_t *mask) in sh_printopts()
|
H A D | bash.c | 194 Shopt_t newflags=shp->options, opt; in b_shopt()
|
H A D | subshell.c | 73 Shopt_t options;/* save shell options */
|
H A D | init.c | 1346 Shopt_t opt; in sh_reinit()
|
H A D | xec.c | 2566 Shopt_t options = shp->options; in sh_funscope()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | args.c | 147 Shopt_t newflags; in sh_argopts() 394 void sh_applyopts(Shell_t* shp,Shopt_t newflags) in sh_applyopts() 598 void sh_printopts(Shopt_t oflags,register int mode, Shopt_t *mask) in sh_printopts()
|
H A D | bash.c | 194 Shopt_t newflags=shp->options, opt; in b_shopt()
|
H A D | subshell.c | 81 Shopt_t options;/* save shell options */
|
H A D | init.c | 1605 Shopt_t opt; in sh_reinit()
|
H A D | xec.c | 3352 Shopt_t options; in sh_funscope()
|