Home
last modified time | relevance | path

Searched refs:J_SAVETTY (Results 1 – 1 of 1) sorted by relevance

/titanic_41/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); in statjob()
248 jp->j_flag |= J_SAVETTY; in statjob()
424 if (jp->j_flag & J_SAVETTY) { in restartjob()
436 jp->j_flag &= ~(J_STOPPED|J_SIGNALED|J_SAVETTY); in restartjob()