Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dmake.c231 GNode_Path(gn->youngestChild)); in IsOODateRegular()
859 child = GNode_Path(cgn); in MakeAddAllSrc()
1300 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.h1076 GNode_Path(const GNode *gn) in GNode_Path() function
H A Dsuff.c1895 Var_Set(gn, TARGET, GNode_Path(gn)); in FindDepsRegular()
2053 Var_Set(gn, TARGET, GNode_Path(gn)); in FindDeps()
H A Darch.c1032 Var_Set(gn, TARGET, GNode_Path(gn)); in Arch_FindLib()
H A Djob.c543 file = GNode_Path(gn); in JobDeleteTarget()
1279 const char *file = GNode_Path(gn); in TouchRegular()
H A Dmeta.c754 Global_Set(".ERROR_TARGET", GNode_Path(gn)); in meta_job_error()
H A DChangeLog1371 o add GNode_Path to access the path of a GNode