Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmain.c442 Global_Set(".MAKE.JOBS", v); in MainParseArgJobs()
472 Global_Set(".MAKE.MODE", "compat"); in MainParseOption()
760 Global_Set(".OBJDIR", objdir); in Main_SetObjdir()
938 Global_Set(".TARGETS", ""); in InitVarTargets()
1145 Global_Set("MAKE", make); in InitVarMake()
1146 Global_Set(".MAKE", make); in InitVarMake()
1367 Global_Set("MACHINE", machine); in main_Init()
1368 Global_Set("MACHINE_ARCH", machine_arch); in main_Init()
1370 Global_Set("MAKE_VERSION", MAKE_VERSION); in main_Init()
1377 Global_Set(".MAKE.MAKEFILE_PREFERENCE", MAKEFILE_PREFERENCE_LIST); in main_Init()
[all …]
H A Dmeta.c568 Global_Set(".MAKE.PATH_FILEMON", filemon_path()); in meta_init()
614 Global_Set(MAKE_META_PREFIX, in meta_mode_init()
758 Global_Set(".ERROR_TARGET", GNode_Path(gn)); in meta_job_error()
762 Global_Set(".ERROR_CWD", cwd); in meta_job_error()
764 Global_Set(".ERROR_META_FILE", pbm->meta_fname); in meta_job_error()
1228 Global_Set(lcwd_vname, lcwd); in meta_oodate()
1229 Global_Set(ldir_vname, latestdir); in meta_oodate()
1275 Global_Set(cldir, lcwd); in meta_oodate()
1277 Global_Set(cldir, latestdir); in meta_oodate()
1293 Global_Set(lcwd_vname, lcwd); in meta_oodate()
[all …]
H A Dparse.c1374 Global_Set("%POSIX", "1003.2"); in HandleDependencySourcesEmpty()
2112 Global_Set(dirvar, dirname.str); in SetFilenameVars()
2113 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.h1081 void Global_Set(const char *, const char *);
H A Dvar.c993 Global_Set(".MAKE.EXPORTED", filtered); in UnexportVar()
1181 Global_Set(const char *name, const char *value) in Global_Set() function
H A Djob.c2123 Global_Set(".MAKE.JOB.PREFIX", "---"); in Job_SetPrefix()
H A DChangeLog1699 o use shortcut functions Global_Set and Global_Append