Lines Matching defs:process
74 struct process
76 struct process *p_nxtjob; /* next job structure */
77 struct process *p_nxtproc; /* next process in current job */
82 pid_t p_pid; /* process id */
83 pid_t p_pgrp; /* process group */
84 pid_t p_fgrp; /* process group when stopped */
85 short p_job; /* job number of process */
98 struct process *pwlist; /* head of process list */
99 pid_t curpgid; /* current process gid id */
101 pid_t mypid; /* process id of shell */
102 pid_t mypgid; /* process group id of shell */
184 extern int job_walk(Sfio_t*,int(*)(struct process*,int),int,char*[]);
185 extern int job_kill(struct process*,int);
196 extern int job_list(struct process*,int);
197 extern int job_terminate(struct process*,int);
198 extern int job_switch(struct process*,int);