Home | History | Annotate | Download | only in sh

Lines Matching defs:stopped

321 		   put after all stopped jobs. */
335 case 2: /* newly stopped job - becomes curjob */
401 error("Job [%d] has no stopped processes", JNUM(jp));
404 * Now change state of all stopped processes in the job to running
411 " from %#x (stopped) to -1 (running)\n",
1533 * process terminated/stopped will be reported by setting *changed,
1546 int stopped;
1571 * if nothing exited/stopped/..., we have nothing else to do
1587 stopped = 1; /* and has stopped */
1598 * running (-1) or was stopped (anything else
1642 * the job is not stopped, or if the process
1643 * simply stopped (not terminated) then the
1647 stopped = 0;
1654 * job, if we still show it as stopped, then...
1656 if (stopped) { /* stopped or done */
1658 * it might be stopped, or finished, decide:
1725 * stopped processes. If block is zero, we return a value of zero
1796 * return 1 if there are stopped jobs, otherwise 0
1811 out2str("You have stopped jobs.\n");