Home
last modified time | relevance | path

Searched refs:jobctl (Results 1 – 3 of 3) sorted by relevance

/system/core/sh/
Djobs.c138 MKINIT int jobctl; variable
147 if (on == jobctl || rootshell == 0) in setjobctl()
236 jobctl = on; in setjobctl()
246 jobctl = 0;
264 if (jp->jobctl == 0) in fgcmd()
343 if (jp->jobctl == 0) in bgcmd()
816 jp->jobctl = jobctl; in makejob()
912 jobctl = 0; /* do job control only in root shell */ in forkchild()
995 if (jp->jobctl) { in waitforjob()
1016 if (jp->jobctl) { in waitforjob()
[all …]
Djobs.h80 char jobctl; /* job running under job control */ member
Dinit.c928 extern int jobctl;
1056 jobctl = 0; in initshellproc()