Searched refs:Var_Parse (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | cond.c | 225 FStr nestedVal = Var_Parse(&p, SCOPE_CMDLINE, emode); in ParseWord() 401 *inout_str = Var_Parse(&p, SCOPE_CMDLINE, emode); in CondParser_StringExpr() 650 val = Var_Parse(&p, SCOPE_CMDLINE, doEval ? VARE_EVAL : VARE_PARSE); in CondParser_FuncCallEmpty()
|
H A D | arch.c | 260 result = Var_Parse(&nested_p, scope, in Arch_ParseArchive() 299 result = Var_Parse(&nested_p, scope, in Arch_ParseArchive()
|
H A D | var.c | 2140 FStr nested_val = Var_Parse(&p, ch->expr->scope, in ParseModifierPartExpr() 2473 FStr val = Var_Parse(&p, ch->expr->scope, in ParseModifier_Defined() 3964 FStr mods = Var_Parse(&p, expr->scope, expr->emode); in ApplyModifiersIndirect() 4234 FStr nested_val = Var_Parse(&p, scope, emode); in ParseVarname() 4553 Var_Parse(const char **pp, GNode *scope, VarEvalMode emode) in Var_Parse() function 4707 FStr val = Var_Parse(&nested_p, scope, emode); in VarSubstExpr()
|
H A D | make.h | 622 * Value returned by Var_Parse when an error is encountered. It points to an 976 * TODO: Document what Var_Parse and Var_Subst return in this mode. 1064 FStr Var_Parse(const char **, GNode *, VarEvalMode);
|
H A D | ChangeLog | 1166 merge duplicate code for memory handling in Var_Parse 1199 move low-level implementation details out of Var_Parse 1656 o return FStr from Var_Parse and Var_Value 1765 extract FreeEnvVar from Var_Parse 1932 extract ParseVarnameLong from Var_Parse 1933 extract ParseVarnameShort from Var_Parse 2134 rename Var_ParsePP back to Var_Parse 2136 extract ParseVarname from Var_Parse 2156 o migrate Var_Parse to Var_ParsePP 2196 o Var_Parse neve [all...] |
H A D | suff.c | 1276 FStr junk = Var_Parse(&nested_p, pgn, VARE_PARSE); in ExpandChildrenRegular()
|
H A D | parse.c | 920 FStr val = Var_Parse(&p, SCOPE_CMDLINE, VARE_PARSE); in ParseDependencyTargetWord()
|