Searched refs:job_list (Results 1 – 1 of 1) sorted by relevance
299 static struct pipe *job_list; variable660 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;[all …]