Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.c428 static Job *job_table; /* The structures that describe them */
429 static Job *job_table_end; /* job_table + maxJobs */
504 for (job = job_table; job < job_table_end; job++) { in DumpJobs()
507 (int)(job - job_table), job->status, flags, job->pid); in DumpJobs()
603 for (job = job_table; job < job_table_end; job++) { in JobCondPassSig()
722 for (job = job_table; job < job_table_end; job++) { in JobFindPid()
1655 for (job = job_table; job < job_table_end; job++) { in Job_Make()
2180 job_table = bmake_malloc((size_t)opts.maxJobs * sizeof *job_table); in Job_SetPrefix()
2181 memset(job_table, in Job_SetPrefix()
431 static Job *job_table; /* The structures that describe them */ global() variable
[all...]