Home
last modified time | relevance | path

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

/freebsd-12-stable/bin/sh/
Djobs.c109 char jobctl; /* job running under job control */ member
156 static int jobctl; variable
170 jobctl = 1; in jobctl_notty()
182 if (on == jobctl || rootshell == 0) in setjobctl()
241 jobctl = on; in setjobctl()
256 if (jp->jobctl == 0) in fgcmd()
280 if (jp->jobctl == 0) in bgcmd()
731 if (jp->jobctl) in killjob()
801 jp->jobctl = jobctl; in makejob()
922 jobctl = 0; /* do job control only in root shell */ in forkshell()
[all …]