Home
last modified time | relevance | path

Searched refs:set_command_state (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dfiledef.h111 extern void set_command_state PARAMS ((struct file *file, enum cmd_state state));
Dremake.c605 set_command_state (file, cs_deps_running); in update_file_1()
639 set_command_state (file, cs_not_started); in update_file_1()
1028 set_command_state (file, cs_deps_running); in check_dep()
Dcommands.c381 set_command_state (file, cs_running); in execute_file_commands()
Djob.c1074 set_command_state (child->file, cs_running); in start_job_command()
1400 set_command_state (child->file, cs_running); in start_job_command()
1442 set_command_state (f, cs_running); in start_waiting_job()
Dfile.c756 set_command_state (struct file *file, enum cmd_state state) in set_command_state() function
DChangeLog1426 * file.c (set_command_state): Use the enumeration in the function