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

/macosx-10.10/zsh-61/zsh/Src/
H A Djobs.c604 if ((jobtab[i].stat & STAT_INUSE) && (jobtab[i].stat & STAT_STOPPED) &&
611 if ((jobtab[i].stat & STAT_INUSE) && !(jobtab[i].stat & STAT_SUBJOB) &&
1264 while (maxjob && !(jobtab[maxjob].stat & STAT_INUSE))
1520 else if (jobtab[i].stat & STAT_INUSE)
1551 jobtab[i].stat = STAT_INUSE;
1697 (curjob != -1 && !(jobtab[curjob].stat & STAT_INUSE))) {
1701 (curjob != -1 && !((jobtab[curjob].stat & STAT_INUSE) &&
2103 if (!(jstat & STAT_INUSE) ||
H A Dzsh.h917 #define STAT_INUSE (0x0040) /* this job entry is in use */ macro
H A Dexec.c1644 (!(jn->stat & STAT_INUSE) || (jn->stat & STAT_DONE))) {
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcompctl.c3687 if ((jobtab[i].stat & STAT_INUSE) &&

Completed in 202 milliseconds