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

/freebsd-9.3-release/contrib/bmake/
H A Dvar.c326 static char *VarModify(GNode *, Var_Parse_State *,
1334 * Callback function for VarModify to implement the :M modifier.
1374 * Callback function for VarModify to implement the System V %
1425 * Callback function for VarModify to implement the :N modifier.
1846 * This is a special case of VarModify since we want to be able
1959 * VarModify --
1977 VarModify(GNode *ctx, Var_Parse_State *vpstate, function
2686 newStr = VarModify(ctxt, &parsestate, nstr, VarLoopExpand,
3061 * We cannot be certain that VarModify
3071 newStr = VarModify(ctx
[all...]
/freebsd-9.3-release/usr.bin/make/
H A Dvar.c360 * Callback function for VarModify to implement the :M modifier.
388 * Callback function for VarModify to implement the System V %
421 * Callback function for VarModify to implement the :N modifier. A
1166 VarModify(const char *str, VarModifyProc *modProc, void *datum) function
1427 newValue = VarModify(value, VarMatch, patt);
1429 newValue = VarModify(value, VarNoMatch, patt);
1504 newValue = VarModify(value, VarSubstitute, &patt);
1575 newValue = VarModify(value, VarRESubstitute, &patt);
1644 newStr = VarModify(value, VarSYSVMatch, &patt);
1813 newStr = VarModify(valu
[all...]

Completed in 87 milliseconds