Home
last modified time | relevance | path

Searched refs:VARE_EVAL (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/bmake/
H A Dmain.c770 Var_Expand(&path, SCOPE_GLOBAL, VARE_EVAL); in SetVarObjdir()
811 char *mode = Var_Subst("${.MAKE.MODE:tl}", SCOPE_GLOBAL, VARE_EVAL);
834 char *evalue = Var_Subst(varname, SCOPE_GLOBAL, VARE_EVAL); in PrintVar()
841 char *evalue = Var_Subst(expr, SCOPE_GLOBAL, VARE_EVAL); in PrintVar()
867 value = Var_Subst(expr, SCOPE_GLOBAL, VARE_EVAL); in GetBooleanExpr()
1232 value = Var_Subst("${.MAKE.JOBS}", SCOPE_GLOBAL, VARE_EVAL); in InitMaxJobs()
1267 vpath = Var_Subst("${VPATH}", SCOPE_CMDLINE, VARE_EVAL); in InitVpath()
1304 SCOPE_CMDLINE, VARE_EVAL); in ReadFirstDefaultMakefile()
1515 SCOPE_CMDLINE, VARE_EVAL); in main_PrepareMaking()
2141 SCOPE_GLOBAL, VARE_EVAL); in PrintOnError()
[all...]
H A Dmeta.c332 mp = Var_Subst(cmd, gn, VARE_EVAL); in is_submake()
378 Var_Expand(&xcmd, gn, VARE_EVAL); in printCMD()
487 char *mp = Var_Subst("${" MAKE_META_PREFIX "}", gn, VARE_EVAL); in meta_create()
624 SCOPE_GLOBAL, VARE_EVAL); in meta_mode_init()
633 SCOPE_GLOBAL, VARE_EVAL); in meta_mode_init()
783 SCOPE_GLOBAL, VARE_EVAL); in meta_job_output()
973 pm = Var_Subst(expr, gn, VARE_EVAL); in meta_ignore()
992 fm = Var_Subst(fname, gn, VARE_EVAL); in meta_ignore()
1052 gn, VARE_EVAL); in meta_filter_cmd()
H A Dvar.c647 expanded = Var_Subst(arg, SCOPE_GLOBAL, VARE_EVAL); in Var_Undef()
714 val = Var_Subst(expr, scope, VARE_EVAL); in ExportVarEnv()
823 VARE_EVAL); in Var_ReexportVars()
863 char *xvarnames = Var_Subst(uvarnames, SCOPE_GLOBAL, VARE_EVAL); in ExportVarsExpand()
941 SCOPE_GLOBAL, VARE_EVAL); in GetVarnamesToUnexport()
972 char *filtered = Var_Subst(expr, SCOPE_GLOBAL, VARE_EVAL); in UnexportVar()
1142 Var_Expand(&varname, scope, VARE_EVAL); in Var_SetExpand()
1230 Var_Expand(&xname, scope, VARE_EVAL); in Var_AppendExpand()
1273 Var_Expand(&varname, scope, VARE_EVAL); in Var_ExistsExpand()
1484 Var_Expand(&rhs, args->scope, VARE_EVAL); in ModifyWord_SysVSubst()
[all …]
H A Dcond.c224 VarEvalMode emode = doEval ? VARE_EVAL : VARE_PARSE; in ParseWord()
395 emode = doEval && quoted ? VARE_EVAL in CondParser_StringExpr()
650 val = Var_Parse(&p, SCOPE_CMDLINE, doEval ? VARE_EVAL : VARE_PARSE); in CondParser_FuncCallEmpty()
H A Dparse.c614 xmsg = Var_Subst(umsg, SCOPE_CMDLINE, VARE_EVAL); in HandleMessage()
1849 Var_Expand(&cmd, SCOPE_CMDLINE, VARE_EVAL); in VarAssign_EvalShell()
2031 Var_Expand(&file, SCOPE_CMDLINE, VARE_EVAL); in ParseInclude()
2240 all_files = Var_Subst(file, SCOPE_CMDLINE, VARE_EVAL); in ParseTraditionalInclude()
2283 value = Var_Subst(value, SCOPE_CMDLINE, VARE_EVAL); in ParseGmakeExport()
2859 expanded_line = Var_Subst(line, SCOPE_CMDLINE, VARE_EVAL); in ParseDependencyLine()
H A Dfor.c200 items = Var_Subst(p, SCOPE_GLOBAL, VARE_EVAL); in ForLoop_ParseItems()
H A Dmake.h990 VARE_EVAL,
991 VARE_EVAL, global() enumerator
H A Djob.c1087 char *xcmd = Var_Subst(cmd, job->node, VARE_EVAL); in DebugFailedJob()
2162 SCOPE_GLOBAL, VARE_EVAL);
H A Dmake.c446 gn->name = Var_Subst(gn->uname, pgn, VARE_EVAL); in Make_HandleUse()
H A Dsuff.c1346 expanded = Var_Subst(cgn->name, pgn, VARE_EVAL); in ExpandChildren()