Lines Matching refs:Proc
41 typedef struct proc Proc; typedef
43 Proc *next; /* next process in pipeline (if any) */
48 char command[256 - (ALLOC_SIZE + sizeof(Proc *) + sizeof(pid_t) +
79 Proc *proc_list; /* process list */
80 Proc *last_proc; /* last process in list */
146 static Proc *new_proc(void);
216 proc_errorlevel(Proc *p) in proc_errorlevel()
433 static Proc *last_proc; in exchild()
439 Proc *p; in exchild()
811 Proc *p; in j_resume()
1087 Proc *p; in j_startjob()
1114 Proc *p; in j_waitj()
1313 Proc *p = NULL; in j_sigchld()
1425 Proc *p; in check_job()
1527 Proc *p; in j_print()
1651 Proc *p; in j_lookup()
1738 static Proc *free_procs;
1774 static Proc *
1777 Proc *p; in new_proc()
1783 p = alloc(sizeof(Proc), APERM); in new_proc()
1797 Proc *p, *tmp; in remove_job()
1878 Proc *p; in kill_job()