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

/freebsd-11-stable/bin/sh/
H A Djobs.c109 char jobctl; /* job running under job control */ member in struct:job
156 static int jobctl; variable
170 jobctl = 1;
182 if (on == jobctl || rootshell == 0)
241 jobctl = on;
256 if (jp->jobctl == 0)
280 if (jp->jobctl == 0)
731 if (jp->jobctl)
801 jp->jobctl = jobctl;
[all...]

Completed in 100 milliseconds