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

Lines Matching refs:FILE

2    This file must be #included in job.c, as it accesses static functions.
6 This file is part of GNU Make.
17 GNU Make; see the file COPYING. If not, write to the Free Software
144 child_error (c->file->name, c->cstatus, 0, 0, 0);
145 c->file->update_status = 1;
153 child_error (c->file->name, c->cstatus, 0, 0, 1);
161 switch (c->file->command_state)
168 if (c->file->update_status != 0) {
176 c->file->name);
184 c->file->command_state = cs_finished;
185 notice_finished_file (c->file);
463 /* Create a *.com file if either the command is too long for
472 FILE *outfile;
486 pfatal_with_name (_("fopen (temporary file)"));
590 [,input-file]
591 [,output-file]
641 (ifiledsc.dsc$w_length == 0)?0:&ifiledsc, /* input-file */
642 (ofiledsc.dsc$w_length == 0)?0:&ofiledsc, /* output-file */