Home
last modified time | relevance | path

Searched refs:Var_SubstInTarget (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bmake/
H A Dcompat.c262 cmdStart = Var_SubstInTarget(cmd, gn); in Compat_RunCommand()
H A Dmake.h1071 char *Var_SubstInTarget(const char *, GNode *);
H A Djob.c1019 xcmd = Var_SubstInTarget(ucmd, job->node); in JobWriteCommand()
1146 expanded_cmd = Var_SubstInTarget(cmd, job->node); in JobSaveCommands()
H A Dvar.c4846 Var_SubstInTarget(const char *str, GNode *scope) in Var_SubstInTarget() function