Home
last modified time | relevance | path

Searched refs:cmd_state (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/gmake/dist/
H A Dfiledef.h67 enum cmd_state /* State of the commands. */ enum
111 extern void set_command_state PARAMS ((struct file *file, enum cmd_state state));
H A Dfile.c756 set_command_state (struct file *file, enum cmd_state state) in set_command_state()