Home
last modified time | relevance | path

Searched refs:Parse_File (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bmake/
H A Dmain.c1660 Parse_File("(stdin)", -1); in ReadMakefile()
1720 Parse_File(fname, fd); in ReadMakefile()
H A Dmake.h917 void Parse_File(const char *, int);
H A Dparse.c2922 Parse_File(const char *name, int fd) in Parse_File() function