Home
last modified time | relevance | path

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

/openbsd/usr.bin/make/
H A Denginechoice.c48 engine_run_list(Lst l, bool *has_errors, bool *out_of_date) in engine_run_list() argument
50 engine->run_list(l, has_errors, out_of_date); in engine_run_list()
H A Dcompat.c260 Compat_Run(Lst targs, bool *has_errors, bool *out_of_date) in Compat_Run() argument
282 *out_of_date = true; in Compat_Run()
285 *out_of_date = true; in Compat_Run()
H A Dmake.c534 Make_Run(Lst targs, bool *has_errors, bool *out_of_date) in Make_Run() argument
547 *out_of_date = true; in Make_Run()
H A Dmain.c632 run_node(GNode *gn, bool *has_errors, bool *out_of_date) in run_node() argument
638 engine_run_list(&l, has_errors, out_of_date); in run_node()