Lines Matching defs:job
90 struct job { struct
92 Job *next; /* next job in list */ argument
95 struct timeval systime; /* system time used by job */ argument
96 struct timeval usrtime; /* user time used by job */ argument
97 pid_t pgrp; /* process group of job */ argument
98 pid_t ppid; /* pid of process that forked job */ argument
99 int job; /* job number: %n */ argument
101 volatile int state; /* job state */ argument
103 int age; /* number of jobs started */ argument
106 mksh_ttyst ttystat; /* saved tty state for stopped jobs */ argument
107 pid_t saved_ttypgrp; /* saved tty process group for stopped jobs */ argument
115 #define JW_STOPPEDWAIT 0x04 /* wait even if job stopped */ argument
1689 int job = 0; local