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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c117 #define P_BG 01000 macro
194 if((pw->p_flag&(P_BG|P_DONE)) != (P_BG|P_DONE))
196 pw->p_flag &= ~P_BG;
497 if((pw->p_flag&P_DONE) && (pw->p_flag&P_BG))
509 pw->p_flag &= ~P_BG;
1299 bg = P_BG;
1396 pw->p_flag |= P_BG;
1685 pw->p_flag |= P_BG;
1709 pw->p_flag &= ~P_BG;
[all...]

Completed in 23 milliseconds