Searched refs:STAT_CURSH (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Djobs.c365 if ((jobtab[i].stat & (STAT_CURSH|STAT_DONE)) ==
366 STAT_CURSH) {
395 if ((jn->stat & STAT_CURSH) && i < MAX_PIPESTATS)
401 if (jn->stat & STAT_CURSH) {
472 if (jn->stat & STAT_CURSH)
542 * is true here for STAT_CURSH jobs even when job != thisjob, most
H A Dzsh.h922 #define STAT_CURSH (0x0400) /* last command is in current shell */ macro
H A Dexec.c2931 jobtab[thisjob].stat |= STAT_CURSH;

Completed in 134 milliseconds