Home
last modified time | relevance | path

Searched refs:getcurjob (Results 1 – 1 of 1) sorted by relevance

/freebsd/bin/sh/
H A Djobs.c138 static struct job *getcurjob(struct job *);
381 if ((j = getcurjob(NULL)) != NULL) { in showjob()
383 if ((j = getcurjob(j)) != NULL) in showjob()
657 if ((jp = getcurjob(NULL)) == NULL) in getjob_nonotfound()
661 if ((jp = getcurjob(NULL)) == NULL || in getjob_nonotfound()
662 (jp = getcurjob(jp)) == NULL) in getjob_nonotfound()
852 getcurjob(struct job *nj) in getcurjob() function