Searched refs:ajob (Results 1 – 1 of 1) sorted by relevance
1084 static struct process *job_bystring(register char *ajob) in job_bystring() argument1088 if(*ajob++ != '%' || !pw) in job_bystring()1090 c = *ajob; in job_bystring()1092 pw = job_byjid((int)strtol(ajob, (char**)0, 10)); in job_bystring()1101 pw = job_byname(ajob); in job_bystring()