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

/haiku-fatelf/src/bin/bash/
H A Djobs.c241 static int map_over_jobs __P((sh_job_map_func_t *, int, int));
1177 for map_over_jobs. FUNC is called with a JOB, arg1, arg2,
1180 map_over_jobs (func, arg1, arg2) function
1198 itrace("map_over_jobs: job %d non-null before js.j_firstj (%d)", i, js.j_firstj);
1200 itrace("map_over_jobs: job %d non-null after js.j_lastj (%d)", i, js.j_lastj);
1654 map_over_jobs (print_job, format, (int)JSTOPPED);
1662 map_over_jobs (print_job, format, (int)JRUNNING);
1672 map_over_jobs (print_job, format, -1);

Completed in 167 milliseconds