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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c109 #define P_NOTIFY 04 macro
441 pw->p_flag &= ~(P_NOTIFY|P_SIGNALLED|P_STOPPED);
451 pw->p_flag |= (P_NOTIFY|P_SIGNALLED|P_STOPPED);
474 pw->p_flag |= (P_DONE|P_NOTIFY|P_SIGNALLED);
483 pw->p_flag &= ~P_NOTIFY;
491 pw->p_flag |= (P_DONE|P_NOTIFY);
513 pw->p_flag &= ~P_NOTIFY;
527 pw->p_flag &= ~P_NOTIFY;
990 if((flag&JOB_NFLAG) && (!(px->p_flag&P_NOTIFY)||px->p_pgrp==0))
1025 else if(px->p_flag&P_NOTIFY)
[all...]

Completed in 16 milliseconds