Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c246 sh_offstate(SH_PROFILE); in sh_main()
419 sh_offstate(SH_MONITOR); in exfile()
420 sh_offstate(SH_HISTORY); in exfile()
441 sh_offstate(SH_MONITOR); in exfile()
480 sh_offstate(SH_STOPOK); in exfile()
481 sh_offstate(SH_ERREXIT); in exfile()
482 sh_offstate(SH_VERBOSE); in exfile()
483 sh_offstate(SH_TIMING); in exfile()
484 sh_offstate(SH_GRACE); in exfile()
485 sh_offstate(SH_TTYWAIT); in exfile()
[all …]
H A Dfault.c459 sh_offstate(SH_HISTORY); in sh_trap()
460 sh_offstate(SH_VERBOSE); in sh_trap()
534 sh_offstate(SH_STOPOK); in sh_exit()
555 sh_offstate(SH_STOPOK); in sh_exit()
556 sh_offstate(SH_MONITOR); in sh_exit()
568 sh_offstate(SH_NOTRACK); in sh_exit()
624 sh_offstate(SH_ERREXIT); in sh_done()
H A Dsubshell.c212 sh_offstate(SH_MONITOR); in sh_subfork()
603 sh_offstate(SH_MONITOR); in sh_subshell()
659 sh_offstate(SH_NOFORK); in sh_subshell()
H A Dxec.c613 sh_offstate(SH_VERBOSE); in sh_eval()
1011 sh_offstate(SH_ERREXIT); in sh_exec()
1012 sh_offstate(SH_DEFPATH); in sh_exec()
1437 sh_offstate(SH_NOFORK); in sh_exec()
1448 sh_offstate(SH_STOPOK); in sh_exec()
1626 sh_offstate(SH_MONITOR); in sh_exec()
1629 sh_offstate(SH_MONITOR); in sh_exec()
1800 sh_offstate(SH_MONITOR); in sh_exec()
1920 sh_offstate(SH_INTERACTIVE); in sh_exec()
2630 sh_offstate(SH_TIMING); in sh_exec()
[all …]
H A Dargs.c443 sh_offstate(SH_HISTORY); in sh_applyopts()
816 sh_offstate(SH_MONITOR); in sh_argprocsub()
H A Dinit.c1458 sh_offstate(SH_PREINIT); in sh_init()
1555 sh_offstate(SH_INIT); in sh_init()
1643 sh_offstate(SH_INIT); in sh_reinit()
1675 sh_offstate(SH_FORKED); in sh_reinit()
H A Dmacro.c2102 sh_offstate(SH_HISTORY); in comsubst()
2103 sh_offstate(SH_VERBOSE); in comsubst()
2171 sh_offstate(SH_INTERACTIVE); in comsubst()
H A Djobs.c408 sh_offstate(SH_TTYWAIT); in job_reap()
504 sh_offstate(SH_STOPOK); in job_reap()
H A Dio.c1948 sh_offstate(SH_GRACE); in time_grace()
1983 sh_offstate(SH_TTYWAIT); in piperead()
H A Dpath.c1352 sh_offstate(SH_FORKED); in exscript()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c279 sh_offstate(SH_VERBOSE); in b_hist()
280 sh_offstate(SH_HISTORY); in b_hist()
H A Dprint.c316 sh_offstate(SH_NOTRACK); in b_print()
331 sh_offstate(SH_STOPOK); in b_print()
367 sh_offstate(SH_HISTORY); in b_print()
H A Dmisc.c201 sh_offstate(SH_MONITOR); in b_eval()
294 sh_offstate(SH_NOFORK); in b_dot_cmd()
H A Dtypeset.c1124 sh_offstate(SH_VERBOSE); in b_set()
1128 sh_offstate(SH_MONITOR); in b_set()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c327 sh_offstate(SH_COMPLETE); in ed_expand()
486 sh_offstate(SH_FCOMPLETE); in ed_expand()
H A Dedit.c924 sh_offstate(SH_TTYWAIT); in ed_read()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h475 #define sh_offstate(x) (sh.st.states &= ~sh_state(x)) macro