Home
last modified time | relevance | path

Searched refs:sh_offstate (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/sh/
H A Dmain.c262 sh_offstate(SH_PROFILE); in sh_main()
430 sh_offstate(SH_INTERACTIVE); in exfile()
431 sh_offstate(SH_MONITOR); in exfile()
432 sh_offstate(SH_HISTORY); in exfile()
452 sh_offstate(SH_INTERACTIVE); in exfile()
453 sh_offstate(SH_MONITOR); in exfile()
489 sh_offstate(SH_STOPOK); in exfile()
490 sh_offstate(SH_ERREXIT); in exfile()
491 sh_offstate(SH_VERBOSE); in exfile()
492 sh_offstate(SH_TIMING); in exfile()
[all …]
H A Dfault.c448 sh_offstate(SH_HISTORY); in sh_trap()
449 sh_offstate(SH_VERBOSE); in sh_trap()
521 sh_offstate(SH_STOPOK); in sh_exit()
540 sh_offstate(SH_STOPOK); in sh_exit()
541 sh_offstate(SH_MONITOR); in sh_exit()
554 sh_offstate(SH_NOTRACK); in sh_exit()
608 sh_offstate(SH_ERREXIT); in sh_done()
H A Dsubshell.c217 sh_offstate(SH_MONITOR); in sh_subfork()
548 sh_offstate(SH_MONITOR); in sh_subshell()
597 sh_offstate(SH_NOFORK); in sh_subshell()
H A Dxec.c504 sh_offstate(SH_VERBOSE); in sh_eval()
688 sh_offstate(SH_ERREXIT); in sh_exec()
689 sh_offstate(SH_DEFPATH); in sh_exec()
1039 sh_offstate(SH_NOFORK); in sh_exec()
1050 sh_offstate(SH_STOPOK); in sh_exec()
1186 sh_offstate(SH_MONITOR); in sh_exec()
1189 sh_offstate(SH_MONITOR); in sh_exec()
1314 sh_offstate(SH_MONITOR); in sh_exec()
1393 sh_offstate(SH_INTERACTIVE); in sh_exec()
1912 sh_offstate(SH_TIMING); in sh_exec()
[all …]
H A Dargs.c434 sh_offstate(SH_HISTORY); in sh_applyopts()
813 sh_offstate(SH_MONITOR); in sh_argprocsub()
H A Dinit.c1211 sh_offstate(SH_PREINIT); in sh_init()
1299 sh_offstate(SH_INIT); in sh_init()
1378 sh_offstate(SH_INIT); in sh_reinit()
1400 sh_offstate(SH_FORKED); in sh_reinit()
H A Djobs.c281 sh_offstate(SH_TTYWAIT); in job_reap()
369 sh_offstate(SH_STOPOK); in job_reap()
H A Dmacro.c1956 sh_offstate(SH_HISTORY); in comsubst()
1957 sh_offstate(SH_VERBOSE); in comsubst()
2024 sh_offstate(SH_INTERACTIVE); in comsubst()
H A Dio.c1670 sh_offstate(SH_GRACE); in time_grace()
1705 sh_offstate(SH_TTYWAIT); in piperead()
H A Dpath.c1311 sh_offstate(SH_FORKED); in exscript()
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dhist.c274 sh_offstate(SH_VERBOSE); in b_hist()
275 sh_offstate(SH_HISTORY); in b_hist()
H A Dprint.c272 sh_offstate(SH_NOTRACK); in b_print()
287 sh_offstate(SH_STOPOK); in b_print()
323 sh_offstate(SH_HISTORY); in b_print()
H A Dtypeset.c910 sh_offstate(SH_VERBOSE); in b_set()
914 sh_offstate(SH_MONITOR); in b_set()
H A Dmisc.c201 sh_offstate(SH_MONITOR); in b_eval()
/titanic_44/usr/src/lib/libshell/common/edit/
H A Dcompletion.c311 sh_offstate(SH_COMPLETE); in ed_expand()
468 sh_offstate(SH_FCOMPLETE); in ed_expand()
H A Dedit.c910 sh_offstate(SH_TTYWAIT); in ed_read()
/titanic_44/usr/src/lib/libshell/common/include/
H A Ddefs.h425 #define sh_offstate(x) (sh.st.states &= ~sh_state(x)) macro