Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/make/
H A Dmain.c332 Dir_AddDir(systemIncludePath, optarg); in MainParseArgs()
612 Dir_Expand(_PATH_DEFSYSMK, systemIncludePath, &sysMkPath); in read_all_make_rules()
756 if (Lst_IsEmpty(systemIncludePath)) in main()
757 add_dirpath(systemIncludePath, syspath); in main()
911 name = Dir_FindFile(fname, systemIncludePath); in ReadMakefile()
H A Dparse.h35 extern Lst systemIncludePath;
H A Dparse.c109 Lst systemIncludePath = &theSysIncPath; variable
1095 fullname = Dir_FindFileNoDoti(file, efile, systemIncludePath); in resolve_include_filename()
1140 return Dir_FindFilei(file, efile, systemIncludePath); in resolve_include_filename()
1685 Static_Lst_Init(systemIncludePath); in Parse_Init()