Home
last modified time | relevance | path

Searched refs:Shopt_t (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h264 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 Dshell.h48 Shopt_t; typedef
137 Shopt_t options; /* set -o options */
H A Dregress.h36 Shopt_t options;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c147 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 Dbash.c194 Shopt_t newflags=shp->options, opt; in b_shopt()
H A Dsubshell.c81 Shopt_t options;/* save shell options */
H A Dinit.c1605 Shopt_t opt; in sh_reinit()
H A Dxec.c3352 Shopt_t options; in sh_funscope()