Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dmake.c244 GNode_Path(gn->youngestChild)); in IsOODateRegular()
867 child = GNode_Path(cgn); in MakeAddAllSrc()
1298 Var_Set(gn, TARGET, GNode_Path(gn)); in Make_ExpandUse()
H A Dtarg.c542 debug_printf("#\t%s [%s]", gn->name, GNode_Path(gn)); in PrintOnlySources()
H A Dmake.h1063 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.c1033 Var_Set(gn, TARGET, GNode_Path(gn)); in Arch_FindLib()
H A Djob.c543 file = GNode_Path(gn); in JobDeleteTarget()
1282 const char *file = GNode_Path(gn); in TouchRegular()
H A Dmeta.c773 Global_Set(".ERROR_TARGET", GNode_Path(gn)); in meta_job_error()
H A DChangeLog987 o add GNode_Path to access the path of a GNode