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

/freebsd-11-stable/bin/sh/
H A Djobs.c145 static struct job *getcurjob(struct job *);
388 if ((j = getcurjob(NULL)) != NULL) {
390 if ((j = getcurjob(j)) != NULL)
662 if ((jp = getcurjob(NULL)) == NULL)
666 if ((jp = getcurjob(NULL)) == NULL ||
667 (jp = getcurjob(jp)) == NULL)
857 getcurjob(struct job *nj) function

Completed in 104 milliseconds