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

/illumos-gate/usr/src/cmd/sh/
H A Djobs.c66 #define J_SAVETTY 0004 /* job was stopped in foreground, and its */ macro
231 jp->j_flag &= ~(J_STOPPED|J_SIGNALED|J_SAVETTY);
248 jp->j_flag |= J_SAVETTY;
424 if (jp->j_flag & J_SAVETTY) {
436 jp->j_flag &= ~(J_STOPPED|J_SIGNALED|J_SAVETTY);

Completed in 67 milliseconds