Searched refs:job (Results 1 - 6 of 6) sorted by relevance

/system/core/sh/
H A Djobs.h50 #define SHOW_ISSIG 0x20 /* job was signalled */
51 #define SHOW_NO_FREE 0x40 /* do not free job */
55 * A job structure contains information about a job. A job is either a
68 struct job { struct
72 pid_t pgrp; /* process group of this job */
80 char jobctl; /* job running under job control */
81 int prev_job; /* previous job inde
[all...]
H A Deval.h47 struct job *jp; /* job structure for command */
H A Djobs.c89 static struct job *jobtab; /* array of jobs */
95 static int curjob = -1; /* current job */
99 STATIC void restartjob(struct job *);
100 STATIC void freejob(struct job *);
101 STATIC struct job *getjob(const char *, int);
102 STATIC int dowait(int, struct job *);
104 STATIC int waitproc(int, struct job *, int *);
131 * Turn job control on and off.
135 * System V doesn't have job control yet, this isn't a problem now.
184 out2str("sh: Need FIOCLEX or FD_CLOEXEC to support job contro
604 struct job *job; local
1042 dowait(int block, struct job *job) argument
[all...]
H A Dcd.c375 * keep track of the job if it is being ran behind our backs.
401 struct job *jp;
H A Deval.c426 struct job *jp;
491 struct job *jp;
537 TRACE(("evalpipe: job done exit status %d\n", exitstatus));
555 struct job *jp;
688 struct job *jp;
H A Dredir.c272 if (forkshell((struct job *)NULL, (union node *)NULL, FORK_NOJOB) == 0) {

Completed in 96 milliseconds