Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcompat.c261 cmdStart = Var_SubstInTarget(cmd, gn); in Compat_RunCommand()
H A Dmake.h1066 char *Var_SubstInTarget(const char *, GNode *);
H A Djob.c922 xcmd = Var_SubstInTarget(ucmd, job->node); in JobWriteCommand()
1049 expanded_cmd = Var_SubstInTarget(cmd, job->node); in JobSaveCommands()
H A Dvar.c4781 Var_SubstInTarget(const char *str, GNode *scope) in Var_SubstInTarget() function