Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/make/
H A Dparse.h36 extern Lst userIncludePath;
H A Dparse.c110 Lst userIncludePath = &theUserIncPath; variable
1085 Dir_AddDir(userIncludePath, dir); in Parse_AddIncludeDir()
1116 fullname = Dir_FindFile(newName, userIncludePath); in resolve_include_filename()
1128 fullname = Dir_FindFilei(file, efile, userIncludePath); in resolve_include_filename()
1684 Static_Lst_Init(userIncludePath); in Parse_Init()
H A Dmain.c909 name = Dir_FindFile(fname, userIncludePath); in ReadMakefile()