Home
last modified time | relevance | path

Searched refs:Var_Parse (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/bmake/
H A Dcond.c218 FStr nestedVal = Var_Parse(&p, SCOPE_CMDLINE, emode); in ParseWord()
393 *out_str = Var_Parse(&p, SCOPE_CMDLINE, emode); in CondParser_StringExpr()
643 val = Var_Parse(&p, SCOPE_CMDLINE, doEval ? VARE_EVAL : VARE_PARSE); in CondParser_FuncCallEmpty()
H A Darch.c260 result = Var_Parse(&nested_p, scope, in Arch_ParseArchive()
299 result = Var_Parse(&nested_p, scope, in Arch_ParseArchive()
H A Dvar.c2162 FStr nested_val = Var_Parse(&p, ch->expr->scope, in ParseModifierPartExpr()
2497 FStr val = Var_Parse(&p, ch->expr->scope, in ParseModifier_Defined()
4019 FStr mods = Var_Parse(&p, expr->scope, expr->emode); in ApplyModifiersIndirect()
4287 FStr nested_val = Var_Parse(&p, scope, emode); in ParseVarname()
4629 Var_Parse(const char **pp, GNode *scope, VarEvalMode emode) in Var_Parse() function
4782 FStr val = Var_Parse(&nested_p, scope, emode); in VarSubstExpr()
H A Dmake.h1075 FStr Var_Parse(const char **, GNode *, VarEvalMode);
H A DChangeLog1471 merge duplicate code for memory handling in Var_Parse
1504 move low-level implementation details out of Var_Parse
1961 o return FStr from Var_Parse and Var_Value
2070 extract FreeEnvVar from Var_Parse
2237 extract ParseVarnameLong from Var_Parse
2238 extract ParseVarnameShort from Var_Parse
2439 rename Var_ParsePP back to Var_Parse
2441 extract ParseVarname from Var_Parse
2461 o migrate Var_Parse to Var_ParsePP
2501 o Var_Parse never returns NULL
[all …]
H A Dsuff.c1276 FStr junk = Var_Parse(&nested_p, pgn, VARE_PARSE); in ExpandChildrenRegular()
H A Dparse.c975 FStr val = Var_Parse(&p, SCOPE_CMDLINE, VARE_PARSE); in ParseDependencyTargetWord()