Lines Matching full:job
48 struct process *p_friends; /* next in job list (or self) */
49 struct directory *p_cwd; /* cwd of the job (only in head) */
50 unsigned long p_flags; /* various job status flags */
52 int p_index; /* shorthand job index */
55 pid_t p_jobid; /* pid of job leader */
56 /* if a job is stopped/background p_jobid gives its pgrp */
93 #define PTIME (1<<6) /* job times should be printed */
100 #define PINTERRUPTED (1<<13) /* job stopped via interrupt signal */
114 #define JOBDIR 0x040 /* print job's dir if not the same */
122 EXTERN struct process *pcurrjob IZERO; /* current job */
123 EXTERN struct process *pcurrent IZERO; /* current job in table */
124 EXTERN struct process *pprevious IZERO; /* previous job in table */
126 EXTERN int pmaxindex IZERO; /* current maximum job index */