Home
last modified time | relevance | path

Searched refs:sh_offoption (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dbash.c158 sh_offoption(SH_DOTGLOB); in put_globignore()
344 sh_offoption(SH_XPG_ECHO); in bash_init()
348 sh_offoption(SH_PHYSICAL); in bash_init()
412 sh_offoption(SH_XTRACE); in bash_init()
414 sh_offoption(SH_VERBOSE); in bash_init()
420 sh_offoption(SH_XTRACE); in bash_init()
422 sh_offoption(SH_VERBOSE); in bash_init()
H A Dmain.c147 sh_offoption(SH_RESTRICTED); in sh_main()
292 sh_offoption(SH_VERBOSE); in sh_main()
293 sh_offoption(SH_XTRACE); in sh_main()
416 sh_offoption(SH_MONITOR); in exfile()
421 sh_offoption(SH_HISTORY); in exfile()
H A Dxec.c601 sh_offoption(SH_XTRACE); in sh_eval()
821 sh_offoption(SH_XTRACE); in sh_coexec()
822 sh_offoption(SH_VERBOSE); in sh_coexec()
1252 sh_offoption(SH_XTRACE); in sh_exec()
1329 sh_offoption(SH_VI); in sh_exec()
1330 sh_offoption(SH_EMACS); in sh_exec()
1331 sh_offoption(SH_GMACS); in sh_exec()
3039 sh_offoption(SH_XTRACE); in sh_trace()
3362 sh_offoption(SH_ERREXIT); in sh_funscope()
3392 sh_offoption(SH_XTRACE); in sh_funscope()
[all …]
H A Dinit.c274 sh_offoption(SH_VI); in put_ed()
275 sh_offoption(SH_EMACS); in put_ed()
276 sh_offoption(SH_GMACS); in put_ed()
1540 sh_offoption(SH_PRIVILEGED); in sh_init()
2154 unsigned long sh_offoption DISABLE (int opt) in DISABLE()
2156 return(sh_offoption(opt)); in DISABLE()
H A Dargs.c444 sh_offoption(SH_HISTORY); in sh_applyopts()
H A Dsubshell.c211 sh_offoption(SH_MONITOR); in sh_subfork()
H A Darray.c432 sh_offoption(SH_XTRACE); in nv_arraysettype()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h216 extern unsigned long sh_offoption(int);
H A Ddefs.h469 #define sh_offoption(x) off_option(&sh.options,x) macro
/illumos-gate/usr/src/cmd/ast/libshell/
H A Dmapfile-vers68 sh_offoption;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c490 sh_offoption(SH_MARKDIRS); in ed_expand()
H A Dhistory.c784 sh_offoption(SH_HISTORY); in hist_flush()