Searched refs:GNode_Path (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/bmake/ |
| H A D | make.c | 231 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 D | targ.c | 543 debug_printf("#\t%s [%s]", gn->name, GNode_Path(gn)); in PrintOnlySources()
|
| H A D | make.h | 1076 GNode_Path(const GNode *gn) in GNode_Path() function
|
| H A D | suff.c | 1895 Var_Set(gn, TARGET, GNode_Path(gn)); in FindDepsRegular() 2053 Var_Set(gn, TARGET, GNode_Path(gn)); in FindDeps()
|
| H A D | arch.c | 1032 Var_Set(gn, TARGET, GNode_Path(gn)); in Arch_FindLib()
|
| H A D | job.c | 543 file = GNode_Path(gn); in JobDeleteTarget() 1279 const char *file = GNode_Path(gn); in TouchRegular()
|
| H A D | meta.c | 754 Global_Set(".ERROR_TARGET", GNode_Path(gn)); in meta_job_error()
|
| H A D | ChangeLog | 1371 o add GNode_Path to access the path of a GNode
|