Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dremake.c318 || f->command_state == cs_deps_running) in update_file()
407 case cs_deps_running: in update_file_1()
526 || f->command_state == cs_deps_running); in update_file_1()
584 || f->command_state == cs_deps_running); in update_file_1()
605 set_command_state (file, cs_deps_running); in update_file_1()
630 if (file->command_state == cs_deps_running) in update_file_1()
1024 || d->file->command_state == cs_deps_running) in check_dep()
1028 set_command_state (file, cs_deps_running); in check_dep()
Dfiledef.h70 cs_deps_running, /* Dep commands running. */ enumerator
Dfile.c943 case cs_deps_running: in print_file()