Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gmake/dist/
H A Dfiledef.h111 extern void set_command_state PARAMS ((struct file *file, enum cmd_state state));
H A 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()
H A 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()
H A Dcommands.c381 set_command_state (file, cs_running); in execute_file_commands()
H A Dfile.c756 set_command_state (struct file *file, enum cmd_state state) in set_command_state() function
H A DChangeLog1426 * file.c (set_command_state): Use the enumeration in the function