Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/sh/
H A Dbash.c156 sh_onoption(SH_DOTGLOB); in put_globignore()
330 sh_onoption(SH_RESTRICTED2); in bash_init()
331 sh_onoption(SH_HISTORY2); in bash_init()
332 sh_onoption(SH_INTERACTIVE_COMM); in bash_init()
333 sh_onoption(SH_SOURCEPATH); in bash_init()
334 sh_onoption(SH_HISTAPPEND); in bash_init()
335 sh_onoption(SH_CMDHIST); in bash_init()
336 sh_onoption(SH_LITHIST); in bash_init()
337 sh_onoption(SH_NOEMPTYCMDCOMPL); in bash_init()
339 sh_onoption(SH_LOGIN_SHELL); in bash_init()
[all …]
H A Dshcomp.c122 sh_onoption(SH_DICTIONARY); in main()
123 sh_onoption(SH_NOEXEC); in main()
126 sh_onoption(SH_NOEXEC); in main()
128 sh_onoption(SH_VERBOSE); in main()
133 sh_onoption(SH_BRACEEXPAND); in main()
H A Dmain.c180 sh_onoption(SH_BRACEEXPAND); in sh_main()
189 sh_onoption(SH_LOGIN_SHELL); in sh_main()
193 sh_onoption(SH_INTERACTIVE); in sh_main()
196 sh_onoption(SH_BGNICE); in sh_main()
197 sh_onoption(SH_RC); in sh_main()
204 sh_onoption(SH_RC); in sh_main()
215 sh_onoption(SH_MONITOR); in sh_main()
264 sh_onoption(SH_RESTRICTED); in sh_main()
343 sh_onoption(SH_CFLAG); in sh_main()
420 sh_onoption(SH_HISTORY); in exfile()
[all …]
H A Dinit.c226 sh_onoption(newopt); in put_ed()
1197 sh_onoption(SH_RESTRICTED); in sh_init()
1201 sh_onoption(SH_PFSH); in sh_init()
1208 sh_onoption(SH_BASH); in sh_init()
1225 sh_onoption(SH_SFLAG); in sh_init()
1276 sh_onoption(SH_PRIVILEGED); in sh_init()
1796 sh_onoption(SH_RESTRICTED); /* restricted shell */ in env_init()
1820 unsigned long sh_onoption DISABLE (int opt) in DISABLE()
1822 return(sh_onoption(opt)); in DISABLE()
H A Dxec.c517 sh_onoption(SH_XTRACE); in sh_eval()
860 sh_onoption(SH_XTRACE); in sh_exec()
1065 sh_onoption(SH_VI); in sh_exec()
1067 sh_onoption(SH_EMACS); in sh_exec()
1069 sh_onoption(SH_GMACS); in sh_exec()
2315 sh_onoption(SH_XTRACE); in sh_trace()
2600 sh_onoption(SH_XTRACE); in sh_funscope()
2934 sh_onoption(SH_XTRACE); in run_subshell()
H A Djobs.c491 sh_onoption(SH_VIRAW); in job_init()
599 sh_onoption(SH_MONITOR); in job_init()
H A Dargs.c430 sh_onoption(SH_HISTORY); in sh_applyopts()
H A Darray.c334 sh_onoption(SH_XTRACE); in nv_arraysettype()
/titanic_44/usr/src/lib/libshell/common/include/
H A Dshell.h207 extern unsigned long sh_onoption(int);
H A Ddefs.h418 #define sh_onoption(x) on_option(&sh.options,x) macro
/titanic_44/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h217 extern __MANGLE__ unsigned long sh_onoption __PROTO__((int));
/titanic_44/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h217 extern __MANGLE__ unsigned long sh_onoption __PROTO__((int));
/titanic_44/usr/src/lib/libshell/
H A Dmapfile-vers79 sh_onoption;
/titanic_44/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h217 extern __MANGLE__ unsigned long sh_onoption __PROTO__((int));
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h217 extern __MANGLE__ unsigned long sh_onoption __PROTO__((int));
/titanic_44/usr/src/lib/libshell/common/edit/
H A Dcompletion.c284 sh_onoption(SH_MARKDIRS); in ed_expand()