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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c2377 pid_t postid = (flags&FAMP)?0:curpgid; local
2416 if(postid==0)
2425 if(!sh_isstate(SH_MONITOR) && job.waitall && postid==0)
2430 if(!postid && (flags&(FAMP|FINT)) == (FAMP|FINT))
2431 postid = 1;
2432 myjob = job_post(parent,postid);
2433 if(postid==1)
2434 postid = 0;
2436 myjob = job_post(parent,postid);
2458 if(postid
[all...]

Completed in 61 milliseconds