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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.c238 static pid_t find_last_pid __P((int, int));
2035 find_last_pid (job, block) function
2128 pid = find_last_pid (i, 0);
2569 pid = find_last_pid (job, 0);
2873 pid = find_last_pid (job, 0);
3423 if (DEADJOB (job) && (interactive_shell || (find_last_pid (job, 0) != last_asynchronous_pid)))
3902 if (jobs[i] && DEADJOB (i) && (interactive_shell || (find_last_pid (i, 0) != last_asynchronous_pid)))
3970 if (jobs[i] && DEADJOB (i) && (interactive_shell || (find_last_pid (i, 0) != last_asynchronous_pid)))

Completed in 115 milliseconds