Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c168 sh_onstate(SH_PROFILE); in sh_main()
356 sh_onstate(SH_INTERACTIVE); in sh_main()
487 sh_onstate(SH_VERBOSE); in exfile()
488 sh_onstate(SH_ERREXIT); in exfile()
502 sh_onstate(SH_MONITOR); in exfile()
570 sh_onstate(SH_HISTORY); in exfile()
H A Dfault.c498 sh_onstate(SH_HISTORY); in sh_trap()
500 sh_onstate(SH_VERBOSE); in sh_trap()
533 sh_onstate(SH_MONITOR); in sh_exit()
H A Dsubshell.c209 sh_onstate(SH_FORKED); in sh_subfork()
210 sh_onstate(SH_NOLOG); in sh_subfork()
620 sh_onstate(SH_NOFORK); in sh_subshell()
662 sh_onstate(SH_MONITOR); in sh_subshell()
H A Dxec.c1014 sh_onstate(SH_ERREXIT); in sh_exec()
1016 sh_onstate(SH_MONITOR); in sh_exec()
1334 sh_onstate(SH_NOFORK); in sh_exec()
1364 sh_onstate(SH_STOPOK); in sh_exec()
1975 sh_onstate(SH_ERREXIT); in sh_exec()
2627 sh_onstate(SH_TIMING); in sh_exec()
2965 sh_onstate(SH_INTERACTIVE); in sh_exec()
2967 sh_onstate(SH_MONITOR); in sh_exec()
2969 sh_onstate(SH_ERREXIT); in sh_exec()
3224 sh_onstate(SH_FORKED); in _sh_fork()
[all …]
H A Dargs.c438 sh_onstate(SH_HISTORY); in sh_applyopts()
830 sh_onstate(SH_MONITOR); in sh_argprocsub()
H A Dinit.c1320 sh_onstate(SH_INIT); in sh_init()
1456 sh_onstate(SH_PREINIT); in sh_init()
1638 sh_onstate(SH_INIT); in sh_reinit()
H A Dmacro.c2155 sh_onstate(SH_HISTORY); in comsubst()
2157 sh_onstate(SH_VERBOSE); in comsubst()
2242 sh_onstate(SH_INTERACTIVE); in comsubst()
H A Dio.c1921 sh_onstate(SH_TTYWAIT); in slowexcept()
1957 sh_onstate(SH_GRACE); in time_grace()
1978 sh_onstate(SH_TTYWAIT); in piperead()
H A Djobs.c382 sh_onstate(SH_TTYWAIT); in job_reap()
506 sh_onstate(SH_STOPOK); in job_reap()
H A Dpath.c622 sh_onstate(SH_NOLOG); in funload()
623 sh_onstate(SH_NOALIAS); in funload()
H A Dparse.c351 sh_onstate(SH_INTERACTIVE); in sh_parse()
353 sh_onstate(SH_VERBOSE); in sh_parse()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c261 sh_onstate(SH_HISTORY); in b_hist()
262 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.c228 sh_onstate(SH_HISTORY); in b_print()
313 sh_onstate(SH_NOTRACK); in b_print()
H A Dtypeset.c1122 sh_onstate(SH_VERBOSE); in b_set()
1126 sh_onstate(SH_MONITOR); in b_set()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c215 sh_onstate(SH_FCOMPLETE); in ed_expand()
311 sh_onstate(SH_COMPLETE); in ed_expand()
567 sh_onstate(SH_HISTORY); in ed_fulledit()
H A Dedit.c826 sh_onstate(SH_TTYWAIT); in ed_read()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h474 #define sh_onstate(x) (sh.st.states |= sh_state(x)) macro