Lines Matching full:jobs
47 #if JOBS
57 #include "jobs.h"
101 #if JOBS
108 static struct job *jobtab; /* array of jobs */
112 #if JOBS
123 #if JOBS
135 #if JOBS
151 #if JOBS
239 #if JOBS
380 #if JOBS in showjob()
391 #if JOBS in showjob()
463 * Print a list of jobs. If "change" is nonzero, only print jobs whose
491 /* Hack: discard jobs for which $! has not been in showjobs()
523 #if JOBS in freejob()
642 #if JOBS in getjob_nonotfound()
654 #if JOBS in getjob_nonotfound()
754 #if JOBS in makejob()
760 #if JOBS in makejob()
795 #if JOBS in makejob()
810 #if JOBS
916 #if JOBS in forkshell()
994 #if JOBS in forkshell()
1045 #if JOBS in vforkexecshell()
1077 #if JOBS in waitforjob()
1089 #if JOBS in waitforjob()
1103 #if JOBS in waitforjob()
1109 if (! JOBS || jp->state == JOBDONE) in waitforjob()
1115 #if JOBS in waitforjob()
1167 #if JOBS in dowait()
1234 #if JOBS in dowait()
1276 * return 1 if there are stopped jobs, otherwise 0
1291 out2fmt_flush("You have stopped jobs.\n"); in stoppedjobs()
1326 * jobs command.