Home
last modified time | relevance | path

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

/dragonfly/bin/sh/
HDjobs.c146 static struct job *getcurjob(struct job *);
399 if ((j = getcurjob(NULL)) != NULL) { in showjob()
401 if ((j = getcurjob(j)) != NULL) in showjob()
673 if ((jp = getcurjob(NULL)) == NULL) in getjob_nonotfound()
677 if ((jp = getcurjob(NULL)) == NULL || in getjob_nonotfound()
678 (jp = getcurjob(jp)) == NULL) in getjob_nonotfound()
868 getcurjob(struct job *nj) in getcurjob() function