Searched refs:out_of_date (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/make/ |
H A D | enginechoice.c | 48 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 D | compat.c | 260 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 D | make.c | 534 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 D | main.c | 632 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()
|