Lines Matching refs:job_list
299 static struct pipe *job_list; variable
660 for (pi = job_list; pi; pi = pi->next) { in builtin_fg_bg()
674 for (pi = job_list; pi; pi = pi->next) { in builtin_fg_bg()
728 for (job = job_list; job; job = job->next) { in builtin_jobs()
1359 for (thejob = job_list; thejob; thejob = thejob->next)
1364 if (!job_list) {
1365 thejob = job_list = xmalloc(sizeof(*thejob));
1367 for (thejob = job_list; thejob->next; thejob = thejob->next) /* nothing */;
1400 if (pi == job_list) {
1401 job_list = pi->next;
1403 prev_pipe = job_list;
1408 if (job_list)
1409 last_jobid = job_list->jobid;
1446 for (pi = job_list; pi; pi = pi->next) {
3405 job_list = NULL;