Home
last modified time | relevance | path

Searched refs:GNode_Path (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/bmake/
H A Dmake.c234 GNode_Path(gn->youngestChild)); in IsOODateRegular()
851 child = GNode_Path(cgn); in MakeAddAllSrc()
1280 Var_Set(gn, TARGET, GNode_Path(gn)); in Make_ExpandUse()
H A Dtarg.c536 debug_printf("#\t%s [%s]", gn->name, GNode_Path(gn)); in PrintOnlySources()
H A Dsuff.c1838 Var_Set(gn, TARGET, GNode_Path(gn)); in FindDepsRegular()
1995 Var_Set(gn, TARGET, GNode_Path(gn)); in FindDeps()
H A Dmake.h1125 GNode_Path(const GNode *gn) in GNode_Path() function
H A Djob.c634 file = GNode_Path(gn); in JobDeleteTarget()
1345 const char *file = GNode_Path(gn); in TouchRegular()
H A Dmeta.c758 Global_Set(".ERROR_TARGET", GNode_Path(gn)); in meta_job_error()
H A DChangeLog2160 o add GNode_Path to access the path of a GNode