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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c2899 pid_t postid = (flags&FAMP)?0:curpgid; local
2938 if(postid==0)
2947 if(!sh_isstate(SH_MONITOR) && job.waitall && postid==0)
2952 if(!postid && (flags&(FAMP|FINT)) == (FAMP|FINT))
2953 postid = 1;
2954 myjob = job_post(shp,parent,postid);
2955 if(postid==1)
2956 postid = 0;
2958 myjob = job_post(shp,parent,postid);
2986 if(postid
[all...]

Completed in 30 milliseconds