HomeSort by: relevance | last modified time | path
    Searched refs:Parse_File (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/make/unit-tests/
directive-include-fatal.mk 5 # At 2020-09-13, the code in Parse_File that sets "fatals = 0" looked
7 # another file. It was a false alarm though, since Parse_File only handles
24 # Parse_File.
lint.mk 9 # makefile, in Parse_File. After that, when expanding expressions
deptgt.mk 18 # Parse_File at "Lst_Free(targets)"
19 # Parse_File at "targets = Lst_New()"
  /src/usr.bin/make/
make.h 892 void Parse_File(const char *, int);
main.c 1633 Parse_File("(stdin)", -1);
1693 Parse_File(fname, fd);
parse.c 74 * Parse_File is the main entry point and controls most of the other
82 * Parse_File Parse a top-level makefile. Included files are
626 * current top-level makefile, then exit (see Parse_File).
2958 Parse_File(const char *name, int fd)

Completed in 16 milliseconds