Searched refs:ajob (Results 1 – 1 of 1) sorted by relevance
924 static struct process *job_bystring(register char *ajob) in job_bystring() argument928 if(*ajob++ != '%' || !pw) in job_bystring()930 c = *ajob; in job_bystring()932 pw = job_byjid((int)strtol(ajob, (char**)0, 10)); in job_bystring()941 pw = job_byname(ajob); in job_bystring()