Lines Matching refs:FAMP
1175 no_fork = !ntflag && !(type&(FAMP|FPOU)) && in sh_exec()
1185 if(!(type&FAMP)) in sh_exec()
1198 if(((type&(FAMP|FINT)) == (FAMP|FINT)) && (maxjob=nv_getnum(JOBMAXNOD))>0) in sh_exec()
1212 if((type&(FAMP|FINT)) == (FAMP|FINT)) in sh_exec()
1248 if(type&(FCOOP|FAMP)) in sh_exec()
1250 else if(!(type&(FAMP|FPOU))) in sh_exec()
1276 if(type&FAMP) in sh_exec()
1317 if((type&FAMP) && sh_isoption(SH_BGNICE)) in sh_exec()
2090 if(fp->functtyp==(TFUN|FAMP)) in sh_exec()
2377 pid_t postid = (flags&FAMP)?0:curpgid; in _sh_fork()
2418 if(job.jobcontrol || (flags&FAMP)) in _sh_fork()
2430 if(!postid && (flags&(FAMP|FINT)) == (FAMP|FINT)) in _sh_fork()
2438 if(flags&FAMP) in _sh_fork()
2453 if(!job.jobcontrol && !(flags&FAMP)) in _sh_fork()
2463 if(job.curpgid==parent && !(flags&FAMP)) in _sh_fork()
2492 if((flags&FAMP) && shp->coutpipe>1) in _sh_fork()
3068 if(sh_isstate(SH_MONITOR) && (job.jobcontrol || (otype&FAMP))) in sh_ntfork()
3070 if((otype&FAMP) || job.curpgid==0) in sh_ntfork()
3106 if(grp>0 && !(otype&FAMP)) in sh_ntfork()
3186 if(sh_isstate(SH_MONITOR) && (job.jobcontrol || (otype&FAMP))) in sh_ntfork()
3188 if((otype&FAMP) || job.curpgid==0) in sh_ntfork()
3261 if(grp>0 && !(otype&FAMP)) in sh_ntfork()