Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/sh/
H A Dbash.c158 sh_offoption(SH_DOTGLOB); in put_globignore()
345 sh_offoption(SH_XPG_ECHO); in bash_init()
349 sh_offoption(SH_PHYSICAL); in bash_init()
413 sh_offoption(SH_XTRACE); in bash_init()
415 sh_offoption(SH_VERBOSE); in bash_init()
421 sh_offoption(SH_XTRACE); in bash_init()
423 sh_offoption(SH_VERBOSE); in bash_init()
H A Dmain.c160 sh_offoption(SH_RESTRICTED); in sh_main()
306 sh_offoption(SH_VERBOSE); in sh_main()
307 sh_offoption(SH_XTRACE); in sh_main()
428 sh_offoption(SH_MONITOR); in exfile()
433 sh_offoption(SH_HISTORY); in exfile()
H A Dxec.c492 sh_offoption(SH_XTRACE); in sh_eval()
865 sh_offoption(SH_XTRACE); in sh_exec()
935 sh_offoption(SH_VI); in sh_exec()
936 sh_offoption(SH_EMACS); in sh_exec()
937 sh_offoption(SH_GMACS); in sh_exec()
1365 sh_offoption(SH_ERREXIT); in sh_exec()
2313 sh_offoption(SH_XTRACE); in sh_trace()
2479 sh_offoption(SH_LOGIN_SHELL); in _sh_fork()
2575 sh_offoption(SH_ERREXIT); in sh_funscope()
2602 sh_offoption(SH_XTRACE); in sh_funscope()
[all …]
H A Dinit.c223 sh_offoption(SH_VI); in put_ed()
224 sh_offoption(SH_EMACS); in put_ed()
225 sh_offoption(SH_GMACS); in put_ed()
1284 sh_offoption(SH_PRIVILEGED); in sh_init()
1825 unsigned long sh_offoption DISABLE (int opt) in DISABLE()
1827 return(sh_offoption(opt)); in DISABLE()
H A Dargs.c435 sh_offoption(SH_HISTORY); in sh_applyopts()
H A Dsubshell.c216 sh_offoption(SH_MONITOR); in sh_subfork()
H A Darray.c328 sh_offoption(SH_XTRACE); in nv_arraysettype()
/titanic_44/usr/src/lib/libshell/common/include/
H A Dshell.h208 extern unsigned long sh_offoption(int);
H A Ddefs.h419 #define sh_offoption(x) off_option(&sh.options,x) macro
/titanic_44/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h218 extern __MANGLE__ unsigned long sh_offoption __PROTO__((int));
/titanic_44/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h218 extern __MANGLE__ unsigned long sh_offoption __PROTO__((int));
/titanic_44/usr/src/lib/libshell/
H A Dmapfile-vers80 sh_offoption;
/titanic_44/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h218 extern __MANGLE__ unsigned long sh_offoption __PROTO__((int));
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h218 extern __MANGLE__ unsigned long sh_offoption __PROTO__((int));
/titanic_44/usr/src/lib/libshell/common/edit/
H A Dcompletion.c472 sh_offoption(SH_MARKDIRS); in ed_expand()
H A Dhistory.c751 sh_offoption(SH_HISTORY); in hist_flush()