HomeSort by: relevance | last modified time | path
    Searched defs:jobctl (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
jobs.h 85 char jobctl; /* job running under job control */ member in struct:job
jobs.c 161 MKINIT int jobctl; variable in typeref:typename:MKINIT int
170 if (on == jobctl || rootshell == 0)
233 jobctl = on;
243 jobctl = 0;
262 if (jp->jobctl == 0)
353 if (jp->jobctl == 0)
1289 jp->jobctl = jobctl;
1398 jobctl = 0; /* do job control only in root shell */
1479 if (jp->jobctl) {
    [all...]

Completed in 13 milliseconds