Home | History | Annotate | Download | only in make-3.81

Lines Matching defs:file

4 This file is part of GNU Make.
15 GNU Make; see the file COPYING. If not, write to the Free Software
24 # include <sys/file.h>
27 /* How to set close-on-exec for a file descriptor. */
44 struct file *file; /* File being remade. */
57 char *sh_batch_file; /* Script file for shell commands */
69 extern void new_job PARAMS ((struct file *file));
73 extern char **construct_command_argv PARAMS ((char *line, char **restp, struct file *file, char** batch_file));