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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c107 #define P_EXITSAVE 01 macro
1351 pw->p_flag = P_EXITSAVE;
1500 pw->p_flag &= ~P_EXITSAVE;
1544 pw->p_flag |= P_EXITSAVE;
1553 pw->p_flag &= ~(P_NOTIFY|P_SIGNALLED|P_STOPPED|P_EXITSAVE);
1588 px->p_flag &= ~P_EXITSAVE;
1787 if((pw->p_flag&P_EXITSAVE) || pw->p_pid==sh.spid)
1797 pw->p_flag &= ~P_EXITSAVE;

Completed in 17 milliseconds