Home
last modified time | relevance | path

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

/openbsd/usr.bin/make/
H A Dengine.h133 extern bool job_run_next(Job *);
H A Dengine.c700 job_run_next(Job *job) in job_run_next() function
H A Djob.c658 bool finished = job_run_next(job); in may_continue_job()