Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dmake.c233 GNode_Path(gn->youngestChild)); in IsOODateRegular()
861 child = GNode_Path(cgn); in MakeAddAllSrc()
1302 Var_Set(gn, TARGET, GNode_Path(gn)); in Make_ExpandUse()
H A Dtarg.c543 debug_printf("#\t%s [%s]", gn->name, GNode_Path(gn)); in PrintOnlySources()
H A Dmake.h1085 GNode_Path(const GNode *gn) in GNode_Path() function
H A Dsuff.c1897 Var_Set(gn, TARGET, GNode_Path(gn)); in FindDepsRegular()
2055 Var_Set(gn, TARGET, GNode_Path(gn)); in FindDeps()
H A Darch.c1034 Var_Set(gn, TARGET, GNode_Path(gn)); in Arch_FindLib()
H A Djob.c527 file = GNode_Path(gn); in JobDeleteTarget()
1263 const char *file = GNode_Path(gn); in TouchRegular()
H A Dmeta.c775 Global_Set(".ERROR_TARGET", GNode_Path(gn)); in meta_job_error()
H A DChangeLog1160 o add GNode_Path to access the path of a GNode