Lines Matching refs:job_list
298 static struct pipe *job_list; variable
659 for (pi = job_list; pi; pi = pi->next) { in builtin_fg_bg()
673 for (pi = job_list; pi; pi = pi->next) { in builtin_fg_bg()
727 for (job = job_list; job; job = job->next) { in builtin_jobs()
1358 for (thejob = job_list; thejob; thejob = thejob->next)
1363 if (!job_list) {
1364 thejob = job_list = xmalloc(sizeof(*thejob));
1366 for (thejob = job_list; thejob->next; thejob = thejob->next) /* nothing */;
1399 if (pi == job_list) {
1400 job_list = pi->next;
1402 prev_pipe = job_list;
1407 if (job_list)
1408 last_jobid = job_list->jobid;
1445 for (pi = job_list; pi; pi = pi->next) {
3404 job_list = NULL;