Lines Matching refs:Proc
41 typedef struct proc Proc; typedef
44 Proc *next;
53 Proc *next;
93 Proc *proc_list; /* process list */
94 Proc *last_proc; /* last process in list */
160 static Proc *new_proc(void);
224 proc_errorlevel(Proc *p) in proc_errorlevel()
445 static Proc *last_proc;
451 Proc *p;
822 Proc *p;
1104 Proc *p;
1131 Proc *p;
1330 Proc *p = NULL;
1446 Proc *p;
1548 Proc *p;
1687 Proc *p;
1774 static Proc *free_procs;
1820 static Proc *
1823 Proc *p;
1829 p = alloc(sizeof(Proc), APERM);
1843 Proc *p, *tmp;
1924 Proc *p;