Searched refs:sh_offstate (Results 1 – 17 of 17) sorted by relevance
262 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 …]
448 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()
217 sh_offstate(SH_MONITOR); in sh_subfork()548 sh_offstate(SH_MONITOR); in sh_subshell()597 sh_offstate(SH_NOFORK); in sh_subshell()
504 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 …]
434 sh_offstate(SH_HISTORY); in sh_applyopts()813 sh_offstate(SH_MONITOR); in sh_argprocsub()
1211 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()
281 sh_offstate(SH_TTYWAIT); in job_reap()369 sh_offstate(SH_STOPOK); in job_reap()
1956 sh_offstate(SH_HISTORY); in comsubst()1957 sh_offstate(SH_VERBOSE); in comsubst()2024 sh_offstate(SH_INTERACTIVE); in comsubst()
1670 sh_offstate(SH_GRACE); in time_grace()1705 sh_offstate(SH_TTYWAIT); in piperead()
1311 sh_offstate(SH_FORKED); in exscript()
274 sh_offstate(SH_VERBOSE); in b_hist()275 sh_offstate(SH_HISTORY); in b_hist()
272 sh_offstate(SH_NOTRACK); in b_print()287 sh_offstate(SH_STOPOK); in b_print()323 sh_offstate(SH_HISTORY); in b_print()
910 sh_offstate(SH_VERBOSE); in b_set()914 sh_offstate(SH_MONITOR); in b_set()
201 sh_offstate(SH_MONITOR); in b_eval()
311 sh_offstate(SH_COMPLETE); in ed_expand()468 sh_offstate(SH_FCOMPLETE); in ed_expand()
910 sh_offstate(SH_TTYWAIT); in ed_read()
425 #define sh_offstate(x) (sh.st.states &= ~sh_state(x)) macro