Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/make/
Dmain.c853 open_makefile(const char *fname) in open_makefile() function
894 if ((stream = open_makefile(fname)) != NULL) in ReadMakefile()
901 if ((stream = open_makefile(path)) == NULL) in ReadMakefile()
919 if ((stream = open_makefile(name)) == NULL) in ReadMakefile()