JF_SET
op |= JF_SET;
if ((j->flags & (JF_START | JF_SET)) &&
? (j->flags & JF_CLEANUP) | JF_START : JF_SET;
? (j->flags & JF_CLEANUP) | JF_RESTART : JF_SET;
? (j->flags & JF_CLEANUP) | JF_RESTART : JF_SET;
case JF_SET:
#define JF_OP_MASK (JF_START | JF_SET | JF_STOP)
#define JF_START_SET (JF_START | JF_SET)
#define JF_SET_RESTART (JF_SET | JF_STOP)
#define JF_START_SET_RESTART (JF_START | JF_SET | JF_STOP)
#define JF_DO_STOP(js) (((js) & (JF_SET | JF_STOP)) == JF_STOP)
case JF_SET:
dj->flags |= JF_SET;
if (dj->flags & JF_SET)
dj->flags ^= (JF_START | JF_SET);
(JF_SET | JF_DEPEND)) {