Searched refs:getcurjob (Results 1 – 1 of 1) sorted by relevance
108 static struct job *getcurjob(struct job *);310 if ((j = getcurjob(NULL)) != NULL) { in showjob()312 if ((j = getcurjob(j)) != NULL) in showjob()570 currentjob: if ((jp = getcurjob(NULL)) == NULL) in getjob_nonotfound()588 if ((jp = getcurjob(NULL)) == NULL || in getjob_nonotfound()589 (jp = getcurjob(jp)) == NULL) in getjob_nonotfound()763 getcurjob(struct job *nj) in getcurjob() function