Searched refs:map_over_jobs (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/
H A Djobs.c241 static int map_over_jobs __P((sh_job_map_func_t *, int, int));
1165 for map_over_jobs. FUNC is called with a JOB, arg1, arg2,
1168 map_over_jobs (func, arg1, arg2) function
1186 itrace("map_over_jobs: job %d non-null before js.j_firstj (%d)", i, js.j_firstj);
1188 itrace("map_over_jobs: job %d non-null after js.j_lastj (%d)", i, js.j_lastj);
1642 map_over_jobs (print_job, format, (int)JSTOPPED);
1650 map_over_jobs (print_job, format, (int)JRUNNING);
1660 map_over_jobs (print_job, format, -1);

Completed in 182 milliseconds