Home
last modified time | relevance | path

Searched refs:Targ_GetEndNode (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/bmake/
HDcompat.c256 GNode *endNode = Targ_GetEndNode(); in Compat_RunCommand()
578 if (opts.query && gn != Targ_GetEndNode()) in MakeUnmade()
759 (void)Targ_GetEndNode(); in Compat_MakeAll()
786 GNode *endNode = Targ_GetEndNode(); in Compat_MakeAll()
HDtarg.c315 Targ_GetEndNode(void) in Targ_GetEndNode() function
HDjob.c1074 Lst_Append(&Targ_GetEndNode()->commands, expanded_cmd); in JobSaveCommands()
2341 (void)Targ_GetEndNode(); in Job_Init()
2651 GNode *endNode = Targ_GetEndNode(); in Job_Finish()
HDmake.h918 GNode *Targ_GetEndNode(void);