Lines Matching refs:P_DONE
112 #define P_DONE 040
194 if((pw->p_flag&(P_BG|P_DONE)) != (P_BG|P_DONE))
297 if(pw->p_flag&P_DONE)
336 if(pw->p_cojob && !(pw->p_flag&P_DONE))
474 pw->p_flag |= (P_DONE|P_NOTIFY|P_SIGNALLED);
491 pw->p_flag |= (P_DONE|P_NOTIFY);
497 if((pw->p_flag&P_DONE) && (pw->p_flag&P_BG))
531 for(; px && (px->p_flag&P_DONE); px=px->p_nxtproc);
743 if(!(pw->p_flag&P_DONE))
1001 if((px->p_flag&P_DONE) && job.waitall && !(flag&JOB_LFLAG))
1384 pw->p_flag |= P_DONE|P_SIGNALLED;
1388 pw->p_flag |= (P_DONE|P_NOTIFY);
1393 if(pw->p_flag&P_DONE)
1539 if(pw && (pw->p_flag&(P_DONE|P_STOPPED)))
1563 else if(pw->p_flag&P_DONE)
1779 for(; pw && (pw->p_flag&P_DONE)&&(notify||!(pw->p_flag&P_NOTIFY)||pw->p_env); pw=pw->p_nxtproc);
1799 pw->p_flag &= ~P_DONE;
1985 px->p_flag |= P_DONE;