Home
last modified time | relevance | path

Searched refs:Var_Subst (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/bmake/
H A Dmain.c801 xpath = Var_Subst(NULL, path, VAR_GLOBAL, VARF_WANTRES); in Main_SetVarObjdir()
867 mode = mp = Var_Subst(NULL, "${" MAKE_MODE ":tl}", in MakeMode()
904 value = p1 = Var_Subst(NULL, var, VAR_GLOBAL, in doPrintVars()
913 value = p1 = Var_Subst(NULL, tmp, VAR_GLOBAL, in doPrintVars()
1381 p1 = Var_Subst(NULL, "${" MAKEFILE_PREFERENCE "}", in main()
1392 makeDependfile = Var_Subst(NULL, "${.MAKE.DEPENDFILE:T}", in main()
1461 vpath = Var_Subst(NULL, VPATH, VAR_CMD, VARF_WANTRES); in main()
2066 cp = Var_Subst(NULL, tmp, VAR_GLOBAL, VARF_WANTRES); in PrintOnError()
2097 s = Var_Subst(NULL, tmp, VAR_CMD, VARF_WANTRES); in Main_ExportMAKEFLAGS()
2119 tmpdir = Var_Subst(NULL, "${TMPDIR:tA:U" _PATH_TMP "}/", VAR_GLOBAL, in getTmpdir()
[all …]
H A Dmeta.c339 mp = Var_Subst(NULL, cmd, gn, VARF_WANTRES); in is_submake()
381 cmd = cp = Var_Subst(NULL, cmd, mfp->gn, VARF_WANTRES); in printCMD()
494 mp = Var_Subst(NULL, "${" MAKE_META_PREFIX "}", gn, VARF_WANTRES); in meta_create()
633 metaBailiwickStr = Var_Subst(NULL, "${.MAKE.META.BAILIWICK:O:u:tA}", in meta_mode_init()
644 metaIgnorePathsStr = Var_Subst(NULL, in meta_mode_init()
771 meta_prefix = Var_Subst(NULL, "${" MAKE_META_PREFIX "}", in meta_job_output()
964 pm = Var_Subst(NULL, in meta_ignore()
986 fm = Var_Subst(NULL, fname, gn, VARF_WANTRES); in meta_ignore()
1485 cmd = Var_Subst(NULL, cmd, gn, VARF_WANTRES|VARF_UNDEFERR); in meta_oodate()
H A Dvar.c558 cp = Var_Subst(NULL, name, VAR_GLOBAL, VARF_WANTRES); in Var_Delete()
650 val = Var_Subst(NULL, tmp, VAR_GLOBAL, VARF_WANTRES); in Var_Export1()
718 val = Var_Subst(NULL, tmp, VAR_GLOBAL, VARF_WANTRES); in Var_ExportVars()
761 val = Var_Subst(NULL, str, VAR_GLOBAL, VARF_WANTRES); in Var_Export()
851 vlist = Var_Subst(NULL, tmp, VAR_GLOBAL, VARF_WANTRES); in Var_UnExport()
881 cp = Var_Subst(NULL, tmp, VAR_GLOBAL, VARF_WANTRES); in Var_UnExport()
936 expanded_name = Var_Subst(NULL, name, ctxt, VARF_WANTRES); in Var_Set()
1051 expanded_name = Var_Subst(NULL, name, ctxt, VARF_WANTRES); in Var_Append()
1116 cp = Var_Subst(NULL, name, ctxt, VARF_WANTRES); in Var_Exists()
1414 varexp = Var_Subst(NULL, pat->rhs, ctx, VARF_WANTRES); in VarSYSVMatch()
[all …]
H A Dparse.c833 line = Var_Subst(NULL, line, VAR_CMD, VARF_WANTRES); in ParseMessage()
1974 cp = Var_Subst(NULL, cp, ctxt, VARF_WANTRES|VARF_ASSIGN); in Parse_DoVar()
1989 cp = Var_Subst(NULL, cp, VAR_CMD, VARF_UNDEFERR|VARF_WANTRES); in Parse_DoVar()
2330 file = Var_Subst(NULL, file, VAR_CMD, VARF_WANTRES); in ParseDoInclude()
2624 all_files = Var_Subst(NULL, file, VAR_CMD, VARF_WANTRES); in ParseTraditionalInclude()
2693 value = Var_Subst(NULL, value, VAR_CMD, VARF_WANTRES); in ParseGmakeExport()
3237 line = Var_Subst(NULL, line, VAR_CMD, VARF_UNDEFERR|VARF_WANTRES); in Parse_File()
H A Dnonints.h194 char *Var_Subst(const char *, const char *, GNode *, int);
H A Darch.c326 libName = Var_Subst(NULL, libName, ctxt, VARF_UNDEFERR|VARF_WANTRES); in Arch_ParseArchive()
406 memName = Var_Subst(NULL, memName, ctxt, in Arch_ParseArchive()
H A Dfor.c219 sub = Var_Subst(NULL, ptr, VAR_GLOBAL, VARF_WANTRES); in For_Eval()
H A Dcompat.c241 cmdStart = Var_Subst(NULL, cmd, gn, VARF_WANTRES); in CompatRunCommand()
H A Djob.c752 cmdStart = cmd = Var_Subst(NULL, cmd, job->node, VARF_WANTRES); in JobPrintCommand()
940 cmd = Var_Subst(NULL, (char *)cmd, (GNode *)gn, VARF_WANTRES); in JobSaveCommand()
2256 targPrefix = Var_Subst(NULL, "${" MAKE_JOB_PREFIX "}", in Job_SetPrefix()
H A Dmake.c487 gn->name = Var_Subst(NULL, gn->uname, pgn, VARF_WANTRES); in Make_HandleUse()
H A DChangeLog370 post the changes to Var_Subst.
371 Var_Subst now takes flags, and does not consume '$$' in :=
435 o Add Boolean wantit flag to Var_Subst and Var_Parse
933 o Var_Subst() uses Buf_DestroyCompact() to reduce memory
1549 o stop Var_Subst modifying its input - apb
H A Dsuff.c1560 cp = Var_Subst(NULL, cgn->name, pgn, VARF_UNDEFERR|VARF_WANTRES); in SuffExpandChildren()
/freebsd-12.1/contrib/bmake/mk/
H A DChangeLog365 * sys.clean-env.mk: with recent change to Var_Subst()