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

/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dwait.c114 if (INVALID_JOB (job))
H A Djobs.c142 if (INVALID_JOB (job))
220 if (job == NO_JOB || jobs == 0 || INVALID_JOB (job))
H A Dfg_bg.c103 if (INVALID_JOB (job))
H A Dkill.c170 if (INVALID_JOB (job))
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.h85 #define INVALID_JOB(j) ((j) < 0 || (j) >= js.j_jobslots || get_job_by_jid(j) == 0) macro

Completed in 83 milliseconds