Searched refs:VarSubstitute (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/bmake/
H A Dvar.c257 /* struct passed as 'void *' to VarSubstitute() for ":S/lhs/rhs/",
317 static Boolean VarSubstitute(GNode *, Var_Parse_State *,
1461 * VarSubstitute --
1481 VarSubstitute(GNode *ctx MAKE_ATTR_UNUSED, Var_Parse_State *vpstate, function
3064 * VarSubstitute now to for str to be
3072 VarSubstitute,
3270 VarSubstitute,
/freebsd-9.3-release/usr.bin/make/
H A Dvar.c453 VarSubstitute(const char *word, Boolean addSpace, Buffer *buf, void *patternp) function
1504 newValue = VarModify(value, VarSubstitute, &patt);

Completed in 63 milliseconds