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