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

  /src/usr.bin/make/
job.c 488 static bool make_suspended = false; /* Whether we've seen a SIGTSTP (etc) */ variable in typeref:typename:bool
743 make_suspended = true;
1922 if (!make_suspended) {
1970 (make_suspended || job->suspended))
1975 make_suspended = false;
job.c 488 static bool make_suspended = false; /* Whether we've seen a SIGTSTP (etc) */ variable in typeref:typename:bool
743 make_suspended = true;
1922 if (!make_suspended) {
1970 (make_suspended || job->suspended))
1975 make_suspended = false;

Completed in 29 milliseconds