Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/make/
H A Dsuff.c461 return defaultPath; in find_best_path()
574 return defaultPath; in find_suffix_path()
617 Dir_Concat(&s->searchPath, defaultPath); in setup_paths()
619 Lst_Clone(&s->searchPath, defaultPath, Dir_CopyDir); in setup_paths()
1253 (targ == NULL ? defaultPath : in SuffFindNormalDeps()
1465 Dir_Concat(&emptySuff->searchPath, defaultPath); in Suff_Init()
1523 for (ln1 = Lst_First(&s->searchPath), ln2 = Lst_First(defaultPath); in print_path()
1556 Dir_PrintPath(defaultPath); in Suff_PrintAll()
H A Ddir.h126 extern Lst defaultPath;
H A Ddir.c212 Lst defaultPath= &theDefaultPath; variable
359 Static_Lst_Init(defaultPath); in Dir_Init()
714 fullName = Dir_FindFile(gn->name, defaultPath); in Dir_MTime()
H A Dmain.c586 add_dirpath(defaultPath, vpath); in setup_VPATH()
690 Dir_AddDir(defaultPath, d.current); in main()
H A Dparse.c1118 fullname = Dir_FindFile(newName, defaultPath); in resolve_include_filename()
1131 fullname = Dir_FindFilei(file, efile, defaultPath); in resolve_include_filename()
H A Darch.c322 Dir_Expandi(member, emember, defaultPath, &members); in parse_archive()
H A Dcond.c299 path = Dir_FindFilei(arg->s, arg->e, defaultPath); in CondDoExists()