Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/sh/
H A Djobs.c143 static struct process *job_bystring(char*);
744 pw = job_bystring(jp); in job_bwait()
800 pw = job_bystring(jobid); in job_walk()
924 static struct process *job_bystring(register char *ajob) in job_bystring() function