Searched refs:VARE_EVAL (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | main.c | 779 Var_Expand(&path, SCOPE_GLOBAL, VARE_EVAL); in SetVarObjdir() 820 char *mode = Var_Subst("${.MAKE.MODE:tl}", SCOPE_GLOBAL, VARE_EVAL); in MakeMode() 843 char *evalue = Var_Subst(varname, SCOPE_GLOBAL, VARE_EVAL); in PrintVariable() 850 char *evalue = Var_Subst(expr, SCOPE_GLOBAL, VARE_EVAL); in PrintVariable() 876 value = Var_Subst(expr, SCOPE_GLOBAL, VARE_EVAL); in GetBooleanExpr() 1234 value = Var_Subst("${.MAKE.JOBS}", SCOPE_GLOBAL, VARE_EVAL); in InitMaxJobs() 1269 vpath = Var_Subst("${VPATH}", SCOPE_CMDLINE, VARE_EVAL); in InitVpath() 1306 SCOPE_CMDLINE, VARE_EVAL); in ReadFirstDefaultMakefile() 1517 SCOPE_CMDLINE, VARE_EVAL); in main_PrepareMaking() 2140 SCOPE_GLOBAL, VARE_EVAL); in PrintOnError() [all …]
|
H A D | meta.c | 333 mp = Var_Subst(cmd, gn, VARE_EVAL); in is_submake() 379 Var_Expand(&xcmd, gn, VARE_EVAL); in printCMD() 488 char *mp = Var_Subst("${" MAKE_META_PREFIX "}", gn, VARE_EVAL); in meta_create() 625 SCOPE_GLOBAL, VARE_EVAL); in meta_mode_init() 634 SCOPE_GLOBAL, VARE_EVAL); in meta_mode_init() 782 SCOPE_GLOBAL, VARE_EVAL); in meta_job_output() 969 pm = Var_Subst(expr, gn, VARE_EVAL); in meta_ignore() 988 fm = Var_Subst(fname, gn, VARE_EVAL); in meta_ignore() 1048 gn, VARE_EVAL); in meta_filter_cmd()
|
H A D | var.c | 666 expanded = Var_Subst(arg, SCOPE_GLOBAL, VARE_EVAL); in Var_Undef() 733 val = Var_Subst(expr, scope, VARE_EVAL); in ExportVarEnv() 842 VARE_EVAL); in Var_ReexportVars() 882 char *xvarnames = Var_Subst(uvarnames, SCOPE_GLOBAL, VARE_EVAL); in ExportVarsExpand() 960 SCOPE_GLOBAL, VARE_EVAL); in GetVarnamesToUnexport() 991 char *filtered = Var_Subst(expr, SCOPE_GLOBAL, VARE_EVAL); in UnexportVar() 1167 Var_Expand(&varname, scope, VARE_EVAL); in Var_SetExpand() 1255 Var_Expand(&xname, scope, VARE_EVAL); in Var_AppendExpand() 1298 Var_Expand(&varname, scope, VARE_EVAL); in Var_ExistsExpand() 1509 Var_Expand(&rhs, args->scope, VARE_EVAL); in ModifyWord_SysVSubst() [all …]
|
H A D | cond.c | 217 VarEvalMode emode = doEval ? VARE_EVAL : VARE_PARSE; in ParseWord() 387 emode = doEval && quoted ? VARE_EVAL in CondParser_StringExpr() 643 val = Var_Parse(&p, SCOPE_CMDLINE, doEval ? VARE_EVAL : VARE_PARSE); in CondParser_FuncCallEmpty()
|
H A D | parse.c | 669 xmsg = Var_Subst(umsg, SCOPE_CMDLINE, VARE_EVAL); in HandleMessage() 1906 Var_Expand(&cmd, SCOPE_CMDLINE, VARE_EVAL); in VarAssign_EvalShell() 2088 Var_Expand(&file, SCOPE_CMDLINE, VARE_EVAL); in ParseInclude() 2297 all_files = Var_Subst(file, SCOPE_CMDLINE, VARE_EVAL); in ParseTraditionalInclude() 2340 value = Var_Subst(value, SCOPE_CMDLINE, VARE_EVAL); in ParseGmakeExport() 2916 expanded_line = Var_Subst(line, SCOPE_CMDLINE, VARE_EVAL); in ParseDependencyLine()
|
H A D | for.c | 196 items = Var_Subst(p, SCOPE_GLOBAL, VARE_EVAL); in ForLoop_ParseItems()
|
H A D | make.h | 995 VARE_EVAL, enumerator
|
H A D | job.c | 1184 char *xcmd = Var_Subst(cmd, job->node, VARE_EVAL); in DebugFailedJob() 2126 SCOPE_GLOBAL, VARE_EVAL); in Job_SetPrefix()
|
H A D | make.c | 449 gn->name = Var_Subst(gn->uname, pgn, VARE_EVAL); in Make_HandleUse()
|
H A D | suff.c | 1346 expanded = Var_Subst(cgn->name, pgn, VARE_EVAL); in ExpandChildren()
|