Home
last modified time | relevance | path

Searched refs:SH_INTERACTIVE (Results 1 – 25 of 69) sorted by relevance

123

/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dmain.c174 sh_onoption(SH_INTERACTIVE); in sh_main()
175 if(sh_isoption(SH_INTERACTIVE)) in sh_main()
188 if(sh_isoption(SH_INTERACTIVE)) in sh_main()
350 if(sh_isoption(SH_INTERACTIVE)) in sh_main()
351 sh_onstate(SH_INTERACTIVE); in sh_main()
395 if(sh_isstate(SH_INTERACTIVE)) in exfile()
411 sh_offstate(SH_INTERACTIVE); in exfile()
433 sh_offstate(SH_INTERACTIVE); in exfile()
482 sh_offstate(SH_INTERACTIVE); in exfile()
584 sh_offstate(SH_INTERACTIVE); in exfile()
[all …]
H A Dbash.c253 && (is_option(&opt,SH_INTERACTIVE) in b_shopt()
275 if(sh_isoption(SH_INTERACTIVE)) in b_shopt()
H A Dfault.c129 …if((flag&SH_SIGINTERACTIVE) && sh_isstate(SH_INTERACTIVE) && !sh_isstate(SH_FORKED) && ! shp->subs… in sh_fault()
637 …if((sh_isoption(SH_INTERACTIVE) && shp->login_sh) || (!sh_isoption(SH_INTERACTIVE) && (sig==SIGHUP… in sh_done()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dmain.c174 sh_onoption(SH_INTERACTIVE); in sh_main()
175 if(sh_isoption(SH_INTERACTIVE)) in sh_main()
188 if(sh_isoption(SH_INTERACTIVE)) in sh_main()
350 if(sh_isoption(SH_INTERACTIVE)) in sh_main()
351 sh_onstate(SH_INTERACTIVE); in sh_main()
395 if(sh_isstate(SH_INTERACTIVE)) in exfile()
411 sh_offstate(SH_INTERACTIVE); in exfile()
433 sh_offstate(SH_INTERACTIVE); in exfile()
482 sh_offstate(SH_INTERACTIVE); in exfile()
584 sh_offstate(SH_INTERACTIVE); in exfile()
[all …]
H A Dbash.c253 && (is_option(&opt,SH_INTERACTIVE) in b_shopt()
275 if(sh_isoption(SH_INTERACTIVE)) in b_shopt()
H A Dfault.c129 …if((flag&SH_SIGINTERACTIVE) && sh_isstate(SH_INTERACTIVE) && !sh_isstate(SH_FORKED) && ! shp->subs… in sh_fault()
637 …if((sh_isoption(SH_INTERACTIVE) && shp->login_sh) || (!sh_isoption(SH_INTERACTIVE) && (sig==SIGHUP… in sh_done()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dmain.c142 sh_onoption(shp, SH_INTERACTIVE); in sh_main()
144 if (sh_isoption(shp, SH_INTERACTIVE)) { in sh_main()
155 if (sh_isoption(shp, SH_INTERACTIVE)) { in sh_main()
312 if (sh_isoption(shp, SH_INTERACTIVE)) sh_onstate(shp, SH_INTERACTIVE); in sh_main()
353 if (sh_isstate(shp, SH_INTERACTIVE)) { in exfile()
364 sh_offstate(shp, SH_INTERACTIVE); in exfile()
385 sh_offstate(shp, SH_INTERACTIVE); in exfile()
434 sh_offstate(shp, SH_INTERACTIVE); in exfile()
438 if (sh_isstate(shp, SH_INTERACTIVE) && !tdone) { in exfile()
518 sh_offstate(shp, SH_INTERACTIVE); in exfile()
[all …]
H A Dbash.c262 (setflag && (is_option(&opt, SH_INTERACTIVE) || is_option(&opt, SH_RESTRICTED) || in b_shopt()
279 if (sh_isoption(shp, SH_INTERACTIVE)) off_option(&opt, SH_NOEXEC); in b_shopt()
H A Djobs.c462 if (!px && sh_isoption(shp, SH_INTERACTIVE)) tcsetpgrp(JOBTTY, job.mypid); in job_reap()
508 if (!sh_isoption(shp, SH_INTERACTIVE)) return; in job_init()
676 if (sh_isoption(shp, SH_INTERACTIVE) && tcsetpgrp(job.fd, job.mypid) != 0) return; in job_reset()
1233 if (sh_isstate(shp, SH_INTERACTIVE)) { in job_prmsg()
1314 } else if (!sh_isoption(shp, SH_INTERACTIVE) && (px->p_flag & P_SIGNALLED)) { in job_wait()
1325 if (sh_isoption(shp, SH_INTERACTIVE) && !sh_isstate(shp, SH_FORKED)) { in job_wait()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dmain.c179 sh_onoption(shp,SH_INTERACTIVE); in sh_main()
180 if(sh_isoption(shp,SH_INTERACTIVE)) in sh_main()
193 if(sh_isoption(shp,SH_INTERACTIVE)) in sh_main()
379 if(sh_isoption(shp,SH_INTERACTIVE)) in sh_main()
380 sh_onstate(shp,SH_INTERACTIVE); in sh_main()
424 if(sh_isstate(shp,SH_INTERACTIVE)) in exfile()
439 sh_offstate(shp,SH_INTERACTIVE); in exfile()
462 sh_offstate(shp,SH_INTERACTIVE); in exfile()
511 sh_offstate(shp,SH_INTERACTIVE); in exfile()
613 sh_offstate(shp,SH_INTERACTIVE); in exfile()
[all …]
H A Dbash.c254 && (is_option(&opt,SH_INTERACTIVE) in b_shopt()
276 if(sh_isoption(shp,SH_INTERACTIVE)) in b_shopt()
H A Dfault.c160 …if((flag&SH_SIGINTERACTIVE) && sh_isstate(shp,SH_INTERACTIVE) && !sh_isstate(shp,SH_FORKED) && ! s… in sh_fault()
665 …if((sh_isoption(shp,SH_INTERACTIVE) && shp->login_sh) || (!sh_isoption(shp,SH_INTERACTIVE) && (sig… in sh_done()
H A Djobs.c614 if(!px && sh_isoption(shp,SH_INTERACTIVE)) in job_reap()
663 if(!sh_isoption(shp,SH_INTERACTIVE)) in job_init()
902 if(sh_isoption(shp,SH_INTERACTIVE) && tcsetpgrp(job.fd,job.mypid) !=0) in job_reset()
1603 if(sh_isstate(shp,SH_INTERACTIVE)) in job_prmsg()
1695 else if(!sh_isoption(shp,SH_INTERACTIVE) && (px->p_flag&P_SIGNALLED)) in job_wait()
1709 if(sh_isoption(shp,SH_INTERACTIVE) && !sh_isstate(shp,SH_FORKED)) in job_wait()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dshell.h21 #ifndef SH_INTERACTIVE
68 #define SH_INTERACTIVE 5 /* used also as a state */ macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dshell.h21 #ifndef SH_INTERACTIVE
68 #define SH_INTERACTIVE 5 /* used also as a state */ macro
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dfg.c69 if (sh_isstate(shp, SH_INTERACTIVE)) { in b_fg()
H A Dbg.c68 if (sh_isstate(shp, SH_INTERACTIVE)) { in b_bg()
H A Ddisown.c67 if (sh_isstate(shp, SH_INTERACTIVE)) { in b_disown()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dshell.h21 #ifndef SH_INTERACTIVE
77 #define SH_INTERACTIVE 5 /* used also as a state */ macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/data/
H A Doptions.c75 "interactive", SH_INTERACTIVE|SH_COMMANDLINE,
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/data/
H A Doptions.c75 "interactive", SH_INTERACTIVE|SH_COMMANDLINE,
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/data/
H A Doptions.c73 "interactive", SH_INTERACTIVE|SH_COMMANDLINE,
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/data/
H A Doptions.c89 {"interactive", SH_INTERACTIVE | SH_COMMANDLINE},
H A Dbuiltins.c240 if (!sh_isoption(shp, SH_INTERACTIVE)) return; in builtin_print_help()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshell.h54 #define SH_INTERACTIVE 5 // used also as a state macro

123