Home | History | Annotate | Download | only in sh

Lines Matching full:jobs

1 /*	$NetBSD: jobs.c,v 1.62 2003/12/18 00:56:05 christos Exp $	*/
38 static char sccsid[] = "@(#)jobs.c 8.5 (Berkeley) 5/4/95";
40 __RCSID("$NetBSD: jobs.c,v 1.62 2003/12/18 00:56:05 christos Exp $");
62 #if JOBS
75 #include "jobs.h"
89 static struct job *jobtab; /* array of jobs */
93 #if JOBS
245 #if JOBS
254 #if JOBS
313 put after all stopped jobs. */
390 #if JOBS
437 #if JOBS
459 #if JOBS
525 * Print a list of jobs. If "change" is nonzero, only print jobs whose
546 #ifdef JOBS
593 #if JOBS
611 /* wait for all jobs */
644 #if JOBS
700 #if JOBS
709 #if JOBS
815 #if JOBS
910 #if JOBS
983 #if JOBS
994 #if JOBS
1007 #if JOBS
1015 #if JOBS
1029 if (! JOBS || jp->state == JOBDONE)
1084 #if JOBS
1140 * and the jobs command may give out of date information.
1158 #if JOBS
1186 * return 1 if there are stopped jobs, otherwise 0
1201 out2str("You have stopped jobs.\n");
1212 * jobs command).