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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c121 static int run_command(struct job *newjob, int inbg, int outpipe[2]);
1168 static void insert_job(struct job *newjob, int inbg) argument
1171 struct jobset *j_list = newjob->job_list;
1174 newjob->jobid = 1;
1176 if (thejob->jobid >= newjob->jobid)
1177 newjob->jobid = thejob->jobid + 1;
1188 *thejob = *newjob; /* physically copy the struct job */
1198 newjob->progs[newjob->num_progs - 1].pid);
1199 last_jobid = newjob
1211 run_command(struct job *newjob, int inbg, int outpipe[2]) argument
1335 struct job newjob; local
[all...]

Completed in 44 milliseconds