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

/freebsd-9.3-release/bin/sh/
H A Djobs.c104 static struct job *getcurjob(struct job *);
314 if ((j = getcurjob(NULL)) != NULL) {
316 if ((j = getcurjob(j)) != NULL)
561 currentjob: if ((jp = getcurjob(NULL)) == NULL)
579 if ((jp = getcurjob(NULL)) == NULL ||
580 (jp = getcurjob(jp)) == NULL)
743 getcurjob(struct job *nj) function

Completed in 43 milliseconds