Searched refs:jobctl (Results 1 – 2 of 2) sorted by relevance
161 MKINIT int jobctl; variable170 if (on == jobctl || rootshell == 0) in setjobctl()233 jobctl = on; in setjobctl()243 jobctl = 0;262 if (jp->jobctl == 0) in do_fgcmd()353 if (jp->jobctl == 0) in bgcmd()1289 jp->jobctl = jobctl; in makejob()1398 jobctl = 0; /* do job control only in root shell */ in forkchild()1479 if (jp->jobctl) { in waitforjob()1502 if (jp->jobctl) { in waitforjob()[all …]
85 char jobctl; /* job running under job control */ member