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

/macosx-10.10/zsh-61/zsh/Src/
H A Djobs.c418 int somestopped = 0, inforeground = 0; local
437 somestopped = 1; /* so job is not done, but entry needs updating */
447 if (somestopped) {
481 !zleactive && job == thisjob && !somestopped &&
492 if (somestopped || (pgrp > 1 && kill(-pgrp, 0) == -1)) {
536 if (somestopped && jn->stat & STAT_SUPERJOB)
538 jn->stat |= (somestopped) ? STAT_CHANGED | STAT_STOPPED :

Completed in 75 milliseconds