Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmain.c443 Global_Set(".MAKE.JOBS", v); in MainParseArgJobs()
471 Global_Set(".MAKE.MODE", "compat"); in MainParseOption()
759 Global_Set(".OBJDIR", objdir); in Main_SetObjdir()
937 Global_Set(".TARGETS", ""); in InitVarTargets()
1144 Global_Set("MAKE", make); in InitVarMake()
1145 Global_Set(".MAKE", make); in InitVarMake()
1369 Global_Set("MACHINE", machine); in main_Init()
1370 Global_Set("MACHINE_ARCH", machine_arch); in main_Init()
1374 Global_Set("MAKE_VERSION", MAKE_VERSION); in main_Init()
1381 Global_Set(".MAKE.MAKEFILE_PREFERENCE", MAKEFILE_PREFERENCE_LIST); in main_Init()
[all …]
H A Dmeta.c533 Global_Set(".MAKE.PATH_FILEMON", filemon_path()); in meta_init()
579 Global_Set(MAKE_META_PREFIX, in meta_mode_init()
723 Global_Set(".ERROR_TARGET", GNode_Path(gn)); in meta_job_error()
727 Global_Set(".ERROR_CWD", cwd); in meta_job_error()
729 Global_Set(".ERROR_META_FILE", pbm->meta_fname); in meta_job_error()
1193 Global_Set(lcwd_vname, lcwd); in meta_oodate()
1194 Global_Set(ldir_vname, latestdir); in meta_oodate()
1240 Global_Set(cldir, lcwd); in meta_oodate()
1242 Global_Set(cldir, latestdir); in meta_oodate()
1258 Global_Set(lcwd_vname, lcwd); in meta_oodate()
[all …]
H A Dparse.c1374 Global_Set("%POSIX", "1003.2"); in HandleDependencySourcesEmpty()
2070 Global_Set(dirvar, dirname.str); in SetFilenameVars()
2071 Global_Set(filevar, basename); in SetFilenameVars()
H A Dsuff.c872 Global_Set(".INCLUDES", flags); in Suff_ExtendPaths()
876 Global_Set(".LIBS", flags); in Suff_ExtendPaths()
H A Dmake.h1087 void Global_Set(const char *, const char *);
H A Dvar.c1000 Global_Set(".MAKE.EXPORTED", filtered); in UnexportVar()
1188 Global_Set(const char *name, const char *value) in Global_Set() function
H A Djob.c2177 Global_Set(".MAKE.JOB.PREFIX", "---"); in Job_SetPrefix()
H A DChangeLog1834 o use shortcut functions Global_Set and Global_Append