Lines Matching refs:jobsave
56 struct jobsave struct
58 struct jobsave *next; argument
63 static struct jobsave *job_savelist; argument
69 register struct jobsave *jp; in init_savelist()
72 jp = newof(0,struct jobsave,1,0); in init_savelist()
82 struct jobsave *list;
217 static struct jobsave *jobsave_create(pid_t pid) in jobsave_create()
219 register struct jobsave *jp = job_savelist; in jobsave_create()
229 jp = newof(0,struct jobsave,1,0); in jobsave_create()
250 struct jobsave *jp; in job_reap()
1088 register struct jobsave *jp,*jpnext; in job_clear()
1620 struct jobsave *jp; in job_unpost()
1746 register struct jobsave *jp = bck.list, *jpold=0; in job_chksave()
1793 register struct jobsave *jp; in job_subrestore()
1796 struct jobsave *jpnext; in job_subrestore()