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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.c555 int any_running, any_stopped, n; local
579 any_running = any_stopped = 0;
582 any_running |= PRUNNING (p);
588 newjob->state = any_running ? JRUNNING : (any_stopped ? JSTOPPED : JDEAD);

Completed in 100 milliseconds