Searched refs:postid (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dxec.c3085 pid_t postid = (flags&FAMP)?0:curpgid; local
3124 if(postid==0)
3133 if(!sh_isstate(SH_MONITOR) && job.waitall && postid==0)
3137 if(!postid && job.curjobid && (flags&FPOU))
3138 postid = job.curpgid;
3140 if(!postid && (flags&(FAMP|FINT)) == (FAMP|FINT))
3141 postid = 1;
3142 myjob = job_post(shp,parent,postid);
3143 if(postid==1)
3144 postid
[all...]

Completed in 17 milliseconds