Lines Matching refs:process
58 struct process
60 struct process *p_nxtjob; /* next job structure */
61 struct process *p_nxtproc; /* next process in current job */
62 pid_t p_pid; /* process id */
63 pid_t p_pgrp; /* process group */
64 pid_t p_fgrp; /* process group when stopped */
65 short p_job; /* job number of process */
78 struct process *pwlist; /* head of process list */
79 pid_t curpgid; /* current process gid id */
81 pid_t mypid; /* process id of shell */
82 pid_t mypgid; /* process group id of shell */
161 extern int job_walk(Sfio_t*,int(*)(struct process*,int),int,char*[]);
162 extern int job_kill(struct process*,int);
173 extern int job_list(struct process*,int);
174 extern int job_terminate(struct process*,int);
175 extern int job_switch(struct process*,int);