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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.h90 #define J_JOBCONTROL 0x04 /* Non-zero if this job started under job control. */ macro
97 #define IS_JOBCONTROL(j) ((jobs[j]->flags & J_JOBCONTROL) != 0)
105 int flags; /* Flags word: J_NOTIFIED, J_FOREGROUND, or J_JOBCONTROL. */
H A Djobs.c575 newjob->flags |= J_JOBCONTROL;

Completed in 675 milliseconds