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

  /src/usr.bin/make/
job.c 484 static Job *job_table; /* The structures that describe them */ variable in typeref:typename:Job *
485 static Job *job_table_end; /* job_table + maxJobs */
579 for (job = job_table; job < job_table_end; job++) {
582 (int)(job - job_table), JobStatus_Name[job->status],
684 for (job = job_table; job < job_table_end; job++) {
796 for (job = job_table; job < job_table_end; job++) {
1681 for (job = job_table; job < job_table_end; job++) {
1968 for (job = job_table; job < job_table_end; job++) {
2109 job_table = bmake_malloc((size_t)opts.maxJobs * sizeof *job_table);
    [all...]

Completed in 14 milliseconds