Lines Matching defs:jobs
35 #include "jobs.h"
363 /* if process in current jobs terminates from
608 * see if there are any stopped jobs
731 void job_bwait(char **jobs)
736 if(*jobs==0)
738 else while(jp = *jobs++)
767 register char *jobid, **jobs=joblist;
774 if(jobs==0)
776 /* do all jobs */
786 else if(*jobs==0) /* current job */
788 /* skip over non-stop jobs */
794 else while(jobid = *jobs++)
839 * flag JOB_NFLAG for list only jobs marked for notification
1594 * if <notify> is non-zero, then jobs with pending notifications are unposted
1617 /* save the exit status for background jobs */