Home
last modified time | relevance | path

Searched refs:sh_onstate (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dmain.c184 sh_onstate(SH_PROFILE); in sh_main()
370 sh_onstate(SH_INTERACTIVE); in sh_main()
496 sh_onstate(SH_VERBOSE); in exfile()
497 sh_onstate(SH_ERREXIT); in exfile()
511 sh_onstate(SH_MONITOR); in exfile()
579 sh_onstate(SH_HISTORY); in exfile()
H A Dsubshell.c214 sh_onstate(SH_FORKED); in sh_subfork()
215 sh_onstate(SH_NOLOG); in sh_subfork()
565 sh_onstate(SH_NOFORK); in sh_subshell()
600 sh_onstate(SH_MONITOR); in sh_subshell()
H A Dfault.c487 sh_onstate(SH_HISTORY); in sh_trap()
489 sh_onstate(SH_VERBOSE); in sh_trap()
520 sh_onstate(SH_MONITOR); in sh_exit()
H A Dxec.c691 sh_onstate(SH_ERREXIT); in sh_exec()
693 sh_onstate(SH_MONITOR); in sh_exec()
940 sh_onstate(SH_NOFORK); in sh_exec()
972 sh_onstate(SH_STOPOK); in sh_exec()
1444 sh_onstate(SH_ERREXIT); in sh_exec()
1909 sh_onstate(SH_TIMING); in sh_exec()
2239 sh_onstate(SH_INTERACTIVE); in sh_exec()
2241 sh_onstate(SH_MONITOR); in sh_exec()
2243 sh_onstate(SH_ERREXIT); in sh_exec()
2480 sh_onstate(SH_FORKED); in _sh_fork()
[all …]
H A Dargs.c429 sh_onstate(SH_HISTORY); in sh_applyopts()
827 sh_onstate(SH_MONITOR); in sh_argprocsub()
H A Dinit.c1047 sh_onstate(SH_INIT); in sh_init()
1209 sh_onstate(SH_PREINIT); in sh_init()
1375 sh_onstate(SH_INIT); in sh_reinit()
H A Dio.c1643 sh_onstate(SH_TTYWAIT); in slowexcept()
1679 sh_onstate(SH_GRACE); in time_grace()
1700 sh_onstate(SH_TTYWAIT); in piperead()
H A Djobs.c276 sh_onstate(SH_TTYWAIT); in job_reap()
371 sh_onstate(SH_STOPOK); in job_reap()
H A Dmacro.c2007 sh_onstate(SH_HISTORY); in comsubst()
2009 sh_onstate(SH_VERBOSE); in comsubst()
2085 sh_onstate(SH_INTERACTIVE); in comsubst()
H A Dpath.c653 sh_onstate(SH_NOLOG); in funload()
654 sh_onstate(SH_NOALIAS); in funload()
H A Dparse.c339 sh_onstate(SH_INTERACTIVE); in sh_parse()
341 sh_onstate(SH_VERBOSE); in sh_parse()
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dcompletion.c204 sh_onstate(SH_FCOMPLETE); in ed_expand()
295 sh_onstate(SH_COMPLETE); in ed_expand()
549 sh_onstate(SH_HISTORY); in ed_fulledit()
H A Dedit.c814 sh_onstate(SH_TTYWAIT); in ed_read()
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dhist.c256 sh_onstate(SH_HISTORY); in b_hist()
257 sh_onstate(SH_VERBOSE); /* echo lines as read */ in b_hist()
H A Dwhence.c62 sh_onstate(SH_DEFPATH); in b_command()
H A Dprint.c185 sh_onstate(SH_HISTORY); in b_print()
269 sh_onstate(SH_NOTRACK); in b_print()
H A Dtypeset.c908 sh_onstate(SH_VERBOSE); in b_set()
912 sh_onstate(SH_MONITOR); in b_set()
/titanic_41/usr/src/lib/libshell/common/include/
H A Ddefs.h424 #define sh_onstate(x) (sh.st.states |= sh_state(x)) macro